blob: 347054e45b808277698148e8133ef719d06c3e60 [file] [log] [blame]
/*
:name: integers-token
:description: Testing the integer variable type
:should_fail: 0
:tags: 5.7.1
*/
module top();
integer a;
endmodule