Hi,
When I try to define an Enum with an umlaut like ä
enum test2 {
l,
ä
}
I get Error: basic type expected, not "\u00e4"
and Error: type only allowed if anonymous enum and no enum
type
is there any workaround for this ?
