init2.C   [plain text]


// Build don't link:

struct Foo {
  Foo (int);
};

int bar (Foo);

int x = bar (3);