3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 11:41:23 +00:00

preproc: test coverage for #2712

This commit is contained in:
Zachary Snow 2021-03-30 09:38:00 -04:00 committed by Zachary Snow
parent b7ea71e6e3
commit 0ccc7229c0
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,4 @@
logger -expect error "Unterminated preprocessor conditional!" 1
read_verilog <<EOF
`ifndef a
EOF