mirror of /home/gitosis/repositories/libowfat.git
parent
9b6e746db3
commit
80759cdaad
4 changed files with 20 additions and 3 deletions
@ -0,0 +1,6 @@ |
||||
#include <stdlib.h> |
||||
#include <alloca.h> |
||||
|
||||
main() { |
||||
char* c=alloca(23); |
||||
} |
Loading…
Reference in new issue