sv2v/test/error/missing_include.sv

3 lines
119 B
Systemverilog
Raw Normal View History

// pattern: Could not find file "does_not_exist\.sv", included from "missing_include\.sv"
2020-12-04 03:02:33 +01:00
`include "does_not_exist.sv"