blob: 253561e8febaff4d9d77a043bd5eee8060a40b4f [file] [log] [blame]
//PR c++/28292
extern "Java"
{
struct A
{
void foo(void; // { dg-error "before|incomplete type|invalid use" }
};
}