* ru.po: Update.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg16.C
blobd42516d4fcfe826f86b773b3ab3a07e41e00e956
1 // { dg-do assemble  }
2 // Bug: g++ doesn't push parameter decls as they are parsed.
4 void (*ptr) (int foo, int array[sizeof(foo)]);
5 void test2 (int bar, int array[sizeof(bar)]) { }