*** 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:
parent
6c052b692b
commit
a41924d0ea
7 changed files with 339 additions and 67 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue