bond-haskell-0.1.1.1: test/compat/schemas/compat2.bond
namespace unittest.compat.another
enum EnumType
{
EnumValue1 = 6,
};
struct Another
{
10: double d;
};
namespace unittest.compat.another
enum EnumType
{
EnumValue1 = 6,
};
struct Another
{
10: double d;
};