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