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
/
test
/
vla-deref.c
blob: 7a5cd20087cbef0c77b93f150b498885cbd6e9a9 (
plain
)
1
2
3
4
int main(void) { int l = 3; char a[*&l]; }