cmake support
This commit is contained in:
9
cmake/EmptyArray.c
Normal file
9
cmake/EmptyArray.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
int array[0];
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
return array[1];
|
||||
}
|
Reference in New Issue
Block a user