blob: 80a9946587c42d322ed94c31c100c2ffc7da1c87 [file] [log] [blame]
// { dg-additional-options {-fmodules-ts -fdump-lang-module-alias-uid} }
import foo;
int main ()
{
if (user (1) != 1)
return 1;
TPL<int> x;
TPL<float> 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:.<T>::TPL'} module } }