import source from 1.3.40
[external/swig.git] / Tools / WAD / Test / debug.i
1 %module debug
2
3 extern int seg_crash();
4 extern int bus_crash();
5 extern int blowheap_crash();
6 extern int overflow_crash();
7 extern int abort_crash(int);
8 extern int math_crash(int x, int y);
9 extern void type_crash(int, short, char, unsigned long, float, double);