Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.pt / friend27.C
blobc23d070049ff65ee10b366f218d3e2cbc5b53c44
1 // { dg-do assemble  }
3 class S
5   friend void f<>(int); // { dg-error "" } does not match any template
6   int i;
7 };