blob: a8d22c4fe2ee300031cf1b93844a68894f199834 [file] [log] [blame]
library test.structdefaultvalueenumlibraryreference;
using test.dependent;
type Foo = struct {
@allow_deprecated_struct_defaults
field test.dependent.MyEnum = test.dependent.MyEnum.A;
};