1 // { dg-additional-options -fmodules-ts }
2 
3 import foo;
4 
5 int i = X::frob;
6 
7 int k = TPL<2>::v;
8 
9 static_assert (!TPL<1>::u);
10