OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920501-12.c
1 /* { dg-do assemble } */
2
3 x(x){            return 3 + x;}
4 a(x){int y[994]; return 3 + x;}
5 b(x){int y[999]; return 2*(x + 3);}
6 A(x){int y[9999];return 2*(x + 3);}
7 B(x){int y[9949];return 3 + x;}