Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
713605cadef845b9f44d6469208fb6e902ace095
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-8
/
8.18--var_protected.sv
blob: 9fb273ea9991f3bfadfbc47ada9a74b9a99f0276 [
file
] [
log
] [
blame
]
/*
:name: var_protected
:description: class with protected variable
:should_fail: 0
:tags: 8.18
*/
module
class_tb
();
class
a_cls
;
protected
int
a_prot
=
2
;
endclass
endmodule