blob: 7fca87b6aebb88db01227add2feb22a42367f740 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -g" }
import frob;
struct thongy : thingy
{
void X ()
{
thongy w;
}
};