blob: a9a6f4f5db72ac2894eba46dd387e0feeb97253c [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -fdump-lang-module" }
// Macro tables are only loaded when transitively reachable from top
// level
import macro;
#ifdef foo
#error bad
#endif
// { dg-final { scan-lang-dump-not {>Reading macro table "macro-6_a.H"} module } }