blob: 142b3edcfda9384b281008bf4b91bad018981312 [file] [log] [blame]
/*
:name: debug-directives
:description: Debugging compiler directives
:should_fail: 0
:tags: 5.6.4
*/
module directives();
initial $display("At %s @ %d\n", `__FILE__, `__LINE__);
endmodule;