Files
sv2v/test/warning/package.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
50 B
Systemverilog

package Package;
localparam X = 1;
endpackage