blob: 20f9f15bf289b20cd1386ef7373c679ccd1c4840 [file] [log] [blame] [edit]
module test3;
initial $mytest;
endmodule
module test2;
initial $mytest;
test3 t3();
endmodule
module test;
initial $mytest;
test2 t2();
endmodule