blob: 5f9875c814a0e93cadb58062b36573a54f239274 [file] [log] [blame]
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }
import "extern-tpl-2_a.H";
struct Foo
{
TPL<1> m;
Foo () {m.Source ();};
};
static Foo __ioinit;