c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / parse / friend8.C
blobaac5f0e55a603264ca8eee734082e89346da711a
1 // PR c++/35578
2 // Check position of error message
3 // { dg-do compile }
5 int i;
7 friend  // { dg-error "friend" }
8   void foo();