libowfat/tryalloca.c
2004-03-27 17:26:06 +00:00

7 lines
74 B
C

#include <stdlib.h>
#include <alloca.h>
main() {
char* c=alloca(23);
}