blob: 1f319cccf20347a3870792732fbb5e3264a2930d [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -fdump-lang-module" }
import foo;
void f ()
{
auto f = foo ();
decltype (f)::inner x;
}