1 // { dg-additional-options -fmodules-ts }
2 
3 import "tpl-extern-var-1_a.H";
4 
main()5 int main ()
6 {
7   Foo<int> ();
8 }
9