blob: b95b2c8ad752be5d16b9a2d2152a053fcec4ace1 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -Wno-pedantic" }
export module foo;
// { dg-module-cmi !foo }
;
#pragma pack(2)
import baz; // { dg-error "must be contiguous" }
int i;
// { dg-prune-output "not writing module" }