*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1028 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2001-02-25 19:30:41 +00:00
commit a41924d0ea
7 changed files with 339 additions and 67 deletions

View file

@ -9,6 +9,9 @@
#include <string.h>
#include <assert.h>
typedef double Real;
typedef Real Float;
/* A simple segmentation fault on an uninitialized pointer */
int seg_crash() {
int *a = 0;