index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
builtin-alloca.c
blob: f086f19e4e520107f0367d810d174051fa5b5574 (
plain
)
1
2
3
void f(void) { int *x = __builtin_alloca(32); }