OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20010202-1.c
1 int foo (int n, char m[1][n]);
2
3 int foo (int n, char m[1][n])
4 {
5 }
6