libowfat/tryalloca.c

7 lines
74 B
C
Raw Normal View History

2004-03-27 17:26:06 +00:00
#include <stdlib.h>
#include <alloca.h>
main() {
char* c=alloca(23);
}