blob: 8dac0ffc0d58234e8b6d9b6a1eede70b0df24354 [file] [log] [blame]
// PR c++/68265
int main()
{
int (*) {} // { dg-error "expected primary-expression" }
any amount of syntactic nonsense // { dg-error "not declared in this scope" }
on multiple lines, with *punctuation* and ++operators++ even...
will be silently discarded
until the next close brace
}