aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/typedef4.C
blob: 8b5ba499406e7ae942b97fe468738b6d1f66dc1a (plain)
1
2
3
4
5
6
7
8
9
// Build don't link:

struct A {
  void f ();
};

typedef A foo;

void foo::f() { }