Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
efa3225881a2643e9ccda7160c9d03f47db0b646
/
.
/
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