OSDN Git Service

* config/xtensa/xtensa.c (xtensa_output_literal): Don't use #if.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / error12.C
1 //PR c++/28292
2
3 extern "Java"
4 {
5   struct A
6   {
7     void foo(void; // { dg-error "before|incomplete type|invalid use" }
8   };
9 }