blob: edd606bbcdc5099faf7bbb9896fdba659b187a34 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module foo:part1;
// { dg-module-cmi {foo:part1} }
struct frob {
struct inner {};
};