blob: 343d76f88cc6cb05300eb446a333110b7eda088c [file] [log] [blame]
// Build don't link:
struct Foo {
Foo (int);
};
int bar (Foo);
int x = bar (3);