Files
2025-08-26 22:57:23 +08:00

15 lines
300 B
C++

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