Sign in
foss-fpga-tools
/
third_party
/
verible
/
c428b43c153fa0708394d76824d00a0e94801683
/
.
/
verilog
/
tools
/
lint
/
testdata
/
suggest_parentheses_example.sv
blob: ce3d1bc6e452295e74ef78ebbe5ce69a3dbe7a42 [
file
] [
log
] [
blame
]
module
suggest_parentheses_example
;
assign foo
=
condition_a
?
condition_b
?
a
:
b
:
c
;
endmodule