1 // { dg-additional-options "-fmodules-ts -fdump-lang-module" }
2 // Macro tables are only loaded when transitively reachable from top
3 // level
4 
5 import macro;
6 
7 #ifdef foo
8 #error bad
9 #endif
10 
11 // { dg-final { scan-lang-dump-not {>Reading macro table "macro-6_a.H"} module } }
12