(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.mike/
init2.C
// { dg-do assemble  }

struct Foo {
  Foo (int);
};

int bar (Foo);

int x = bar (3);