blob: b42ab0e0d727c2b6071f7a8a1d3508bd621286fc [file] [log] [blame]
library test.importedconstvalues;
using test.dependent;
@attr1(test.dependent.MY_STRING)
@attr2(test.dependent.MY_ALIASED_STRING)
@attr3(test.dependent.MY_TRUE)
@attr4(test.dependent.MY_FALSE)
type MyStruct = struct {};
const BITS_MEMBER test.dependent.MyBits = test.dependent.MyBits.MEMBER;
const ENUM_MEMBER test.dependent.MyEnum = test.dependent.MyEnum.MEMBER;
// TODO(fxbug.dev/62520): Allow in all bindings.
@bindings_denylist("hlcpp, llcpp, go, dart, libfuzzer")
const BITS_MEMBER_PRIMITIVE byte = test.dependent.MyBits.MEMBER;
// TODO(fxbug.dev/62520): Allow in all bindings.
@bindings_denylist("hlcpp, llcpp, go, dart, libfuzzer")
const ENUM_MEMBER_PRIMITIVE byte = test.dependent.MyEnum.MEMBER;