1 // { dg-additional-options "-fmodules-ts" }
2 
3 export module Foo;
4 
5 export int bob (int);
6