blob: b463dc8e214b9f94984b392ea0c28ed197f1b098 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
export module thing;
int i;
import baz; // { dg-error "must be contiguous" }
// { dg-prune-output "not writing module" }