Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
analyzer/
test-alloca.h
1
#pragma
GCC system_header
2
3
#define
alloca
(
X
)
__builtin_alloca
(
X
)