DEBSOURCES
Skip Quicknav
sources / mk-configure / 0.37.0-2 / examples / customtests / custom_tests / alloca_in_alloca_h.c
123456789
#include <alloca.h> int main (int argc, char **argv) { #ifndef alloca void *p = &alloca; #endif return 0; }