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