blob: c2e9997286d97424084cbda79f10bd86479ff593 [file] [log] [blame]
// UVM macro calls should not be followed by ';'
class c;
function f();
`uvm_info("msg_id", "message", UVM_LOW);
endfunction
endclass