mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-30 17:31:40 +02:00
6 lines
120 B
Systemverilog
6 lines
120 B
Systemverilog
// pattern: unknown enum method "fake"
|
|
// location: enum_method_3.sv:4:5
|
|
module top;
|
|
enum {X} x = x.fake;
|
|
endmodule
|