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