(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
ctor2.C
// PR c++/19244

typedef struct { void f(); } f;
void f::f() { }