(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
part-4_c.C
// { dg-additional-options "-fmodules-ts -fdump-lang-module" }

import foo;

void f ()
{
  auto f = foo ();

  decltype (f)::inner x;
}