1 // { dg-additional-options "-fmodules-ts" }
2 
3 export module tdef;
4 // { dg-module-cmi tdef }
5 
6 export struct A
7 {
8   typedef int I;
9 };
10