aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/diagnostic/unclosed-extern-c.C
blob: fda3532266d049b3b5cad9e69ed4c6aea5545a7b (plain)
1
2
3
extern "C" { /* { dg-message "12: to match this '.'" } */

void test (void); /* { dg-error "17: expected '.' at end of input" } */