/* Generated by configure */ #include #ifdef __QNXNTO__ // extra include needed in QNX7 to define NULL for the alloca() macro # include #endif int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ alloca(1); /* END TEST */ return 0; }