index
:
claude/opus
master
opus — snapshot of xiph/opus@034c1b61a250 (re3/reVC vendor)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
/
vla.c
blob: 05b211979ed4799a7e28a6b430e815a48a97a04d (
plain
)
1
2
3
4
5
6
7
int main() { static int x; char a[++x]; a[sizeof a - 1] = 0; int N; return a[0]; }