Files
sv2v/test/warning/interface.sv
Zachary Snow c656cbb977 fix package and interface warnings in verbose mode
- warnings were skipped because verbose about was technically not empty
- add test suite for these warnings in both modes
2021-02-03 09:57:07 -05:00

4 lines
47 B
Systemverilog

interface Interface;
logic x;
endinterface