1 // { dg-additional-options -fmodules-ts }
2 
3 import "enum-6_a.H";
4 
main()5 int main ()
6 {
7   return !(getter<int> () == 7);
8 }
9