3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 17:15:33 +00:00
yosys/tests/verilog/unmatched_endif_2.ys
2021-03-30 12:23:18 -04:00

7 lines
128 B
Text

logger -expect error "Found `endif outside of macro conditional branch!" 1
read_verilog <<EOF
`ifndef a
`else
`endif
`endif
EOF