testsuite: C++ module tests
[gcc.git] / gcc / testsuite / g++.dg / modules / internal-2_b.H
1 // { dg-additional-options {-fmodule-header} }
2 // { dg-module-cmi {} }
3
4 static int bob (int x)
5 {
6 return x;
7 }