(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
debug-1_b.C
// { dg-additional-options "-fmodules-ts -g" }

import frob;

struct thongy : thingy
{
  void X ()
  {
    thongy w;
  }
};