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