1 // { dg-additional-options -fmodules-ts }
2 
3 export module bob;
4 // { dg-module-cmi bob }
5 
6 module :private; // { dg-message "sorry, unimplemented: private module fragment" }
7 int i;
8