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

struct Foo {
  Foo (int);
};

int bar (Foo);

int x = bar (3);