Sign in
foss-fpga-tools
/
third_party
/
verible
/
07095f61a411b16de8b60e28d8dde49151bc63cd
/
.
/
verilog
/
tools
/
lint
/
testdata
/
proper_localparam_declaration.sv
blob: b8ae9e99407432befae42259c2a219add1430888 [
file
]
// 'localparams' should only be declared within modules' and classes' definition bodies.
localparam
int
Foo
=
1
;