// { dg-additional-options {-fmodules-ts -fdump-lang-module-alias-uid} } import foo; int main () { if (user (1) != 1) return 1; TPL x; TPL y; return 0; } // { dg-final { scan-lang-dump {Read:-[0-9]*'s type spec merge key \(new\) type_decl:'::TPL'} module } } // { dg-final { scan-lang-dump {Read:-[0-9]*'s decl spec merge key \(new\) type_decl:'::template TPL@foo:.::TPL'} module } }