blob: 931adf6608108c1c6980b90d2ee1612304f12cbc [file] [log] [blame]
// { dg-additional-options "-fmodule-header -fdump-lang-module" }
// { dg-module-cmi {} }
struct A { int a; };
template <typename T> struct B { int b; };
// { dg-final { scan-lang-dump {Pendings 2} module } }