Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
b2c8950dbc163e2320c742c5badef8d829b836c0
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-5
/
5.6--wrong-identifiers.sv
blob: b7942347eea3034249394bb774de47a2096509bb [
file
]
/*
:name: wrong-identifiers
:description: Identifiers that should not be accepted
:should_fail: 1
:tags: 5.6
*/
module
identifiers
();
reg $dollar
;
reg
0number
;
endmodule