1 // { dg-additional-options "-fmodules-ts" }
2 export module frob;
3 // { dg-module-cmi frob }
4 
5 export enum X
6 {
7   One, Two, Three
8 };
9