No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / template / local4.C
blobcfa37364975b27430ef47271e71d67aee7b3b33c
1 // PR c++/17413
3 template <typename T> void foo() {}
5 int main () {
6   struct S {};
7   foo<S> (); // { dg-error "match" }