blob: 1ed105778facdcedcf8b9626e1d063e70b9e2032 [file] [log] [blame]
/*
:name: 22.5.1--define_expansion_21
:description: Test
:should_fail: 1
:tags: 22.5.1
:type: preprocessing
*/
`define first_half "start of string
module top ();
$display(`first_half end of string");
endmodule