blob: 0a634a8f298ef6371eab3ca57b0d64bec738f076 [file] [log] [blame]
/*
:name: variable_assignment
:description: Variable assignment tests
:should_fail: 0
:tags: 6.5
*/
module top();
int v;
assign v = 12;
endmodule