double_backtick.sv 75 Bytes
Newer Older
1 2 3 4
// pattern: Parse error: unexpected token '`'
module top;
    ``
endmodule