fixes for Power64
[tridge/junkcode.git] / foo.c
1 void test(int n)
2 {
3         struct foo {
4                 int x[n];
5         } blah;
6
7 }