c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash66.C
blobceedd2be243a0defb90cf42ed95d444eacaf2e07
1 // PR c++/58647
3 struct A
5   static void foo();
6 };
8 template<typename> void bar()
10   A().foo;