Sign in
foss-fpga-tools
/
third_party
/
verible
/
14ca40e153266700cfc79d0c1c3b2bfe8a6a77cc
/
.
/
verilog
/
tools
/
lint
/
testdata
/
endif_comment.sv
blob: f125e1cbac74f27f707da1e869e3214d8670a111 [
file
]
package
endif_comment
;
`ifdef FOOBAR
localparam int P = 4;
`
endif
endpackage