Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
1b0062119887da734c600d091a65c037f5fafa7d
/
.
/
SVIncCompil
/
Testcases
/
Google
/
generic
/
class
/
class_test_57.sv
blob: fd436935c8fc017a4d8333734e8031979e9097b1 [
file
] [
log
] [
blame
]
/*
:name: class_test_57
:description: Test
:should_fail: 0
:tags: 6.15 8.3
*/
class
fields_with_modifiers
;
const
data_type_or_module_type foo1
=
4
'hf;
static data_type_or_module_type foo3, foo4;
endclass