aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/incomplete2.C
blob: 66423215a92f6c8590c1fcd76d9fdcf759656c40 (plain)
1
2
3
4
5
6
7
// Build don't link:

struct A {
  int foo(A a) { return a.bar(); }
  int bar();
  int n;
};