1 // { dg-additional-options -fmodule-header }
2 // { dg-module-cmi {} }
3 
4 extern "C"
5 {
6   int cfunc ();
7 }
8 
9 extern "C++"
10 {
11   int cxxfunc ();
12 }
13 
14 
15 
16