1 // { dg-additional-options {-fmodules-ts -Wno-pedantic} }
2 // { dg-module-cmi bar }
3 
4 
5 module;
6 # 7 "gmf1" 1
7 # 8 "gmf2" 1
8 # 9 "gmf3" 1
9 import foo;
10 # 11 "" 2
11 # 12 "" 2
12 # 13 "" 2
13 export module bar;
14 export import foo;
15