1 module fwdref2_test17548; 2 3 import test17548; 4 5 struct S2 { 6 void bar(int arg = .test17548.cnst) {} 7 S1 s; 8 import fwdref2_test17548; 9 } 10