testsuite: C++ module tests
[gcc.git] / gcc / testsuite / g++.dg / modules / leg-merge-7_b.H
1 // { dg-additional-options "-fmodule-header" }
2 // { dg-module-cmi {} }
3
4 template<int I> int foo (int i)
5 {
6 return I == i;
7 }