No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / expr / call3.C
blob01f354a669c0c7472809ecc5654cf382b252a96e
1 // PR c++/26036
2 // Origin: <ben@pc-doctor.com>
3 // { dg-do compile }
5 struct A
7   int i;
8 };
10 A foo(int);       // { dg-error "too few arguments" }
12 int j = foo().i;  // { dg-error "at this point" }