blob: 2ef02e5be359d447b7e3a59b63da1e147fc6df83 [file] [log] [blame]
/*
:name: class_test_46
:description: Test
:should_fail: 0
:tags: 6.15 8.3
*/
class macros_as_class_item;
`uvm_component_utils(my_type)
`uvm_component_utils_begin(my_type)
`uvm_field_object(blah1, F1)
`uvm_field_event(blah2, F2)
`uvm_field_string(blah3, F3)
`uvm_component_utils_end
endclass