Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
b2c8950dbc163e2320c742c5badef8d829b836c0
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-22
/
22.4--include_basic.sv
blob: bf6a254ff87df33ad8547d2e8450c2e21d80e879 [
file
]
/*
:name: 22.4--include_basic
:description: Test
:should_fail: 0
:tags: 22.4
:type: preprocessing parsing
*/
`include <dummy_include.sv>
module top ();
endmodule