summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/Walloca-larger-than-3.h
blob: ca5a84cff4fc8e5aaaa66edce6f5ecec9581489d (plain)
1
2
3
4
5
6
7
8
9
#if __has_include (<alloca.h>)
#  include <alloca.h>
#endif

#ifndef alloca
   /* Simulate a definition in a system header. */
#  pragma GCC system_header
#  define alloca(n) __builtin_alloca (n)
#endif