1 // { dg-additional-options "-fmodules-ts -Wno-pedantic" }
2 export module stuart;
3 // { dg-module-cmi !stuart }
4 
5 # 6 "atom-preamble-2_f.C" 1
6 import kevin; // { dg-error "not be from header" }
7 # 8 "" 2
8 
9 import kevin; // ok
10 // { dg-prune-output "not writing module" }
11