Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
4a79a47b7dd03dd4b2776ee40322b0149935d234
/
.
/
src
/
Testcases
/
Google
/
chapter-6
/
6.19--enum_anon.sv
blob: 8c41a536094d390ac6b67b2ab471d5f48c559962 [
file
] [
log
] [
blame
]
/*
:name: enum_anon
:description: anonymous enum tests
:should_fail: 0
:tags: 6.19
*/
module
top
();
enum
{
a
,
b
,
c
}
val
;
endmodule