circt/test/circt-verilog/preprocess-errors.sv

6 lines
156 B
Systemverilog

// RUN: circt-verilog %s -E --verify-diagnostics
// REQUIRES: slang
// expected-error @below {{could not find or open include file}}
`include "unknown.sv"