]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.c-torture/compile/920501-12.c
MAINTAINERS (crx port, [...]): Remove.
[thirdparty/gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920501-12.c
CommitLineData
fdaea7e2 1/* { dg-do assemble } */
5482aaab 2
921e5a0e
JL
3x(x){ return 3 + x;}
4a(x){int y[994]; return 3 + x;}
5b(x){int y[999]; return 2*(x + 3);}
6A(x){int y[9999];return 2*(x + 3);}
7B(x){int y[9949];return 3 + x;}