blob: ce3d1bc6e452295e74ef78ebbe5ce69a3dbe7a42 [file] [log] [blame]
module suggest_parentheses_example;
assign foo = condition_a? condition_b? a : b : c;
endmodule