1 // { dg-additional-options -fmodules-ts }
2 import "printf-1_a.H";
3 
main()4 int main ()
5 {
6   printf ("hello world!\n");
7   return 0;
8 }
9