Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
8bea0781c44e5ebbeab5135503fd4ff8b9daec3b
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-5
/
5.7.1--integers-token.sv
blob: 347054e45b808277698148e8133ef719d06c3e60 [
file
]
/*
:name: integers-token
:description: Testing the integer variable type
:should_fail: 0
:tags: 5.7.1
*/
module
top
();
integer a
;
endmodule