1 // { dg-additional-options "-fmodules-ts" }
2 
3 import tdef;
4 
main()5 A::I main ()
6 {
7   return 0;
8 }
9