No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / template / operator3.C
blob45292cd954f6e83f520a1df5f918f711390c25f1
1 // PR c++/15640
3 struct A {
4   void foo(void);
5 };
7 template <int> void bar() {
8   A a;
9   a + a.foo; // { dg-error "" }