1 2 3 4 5 6 7 8 9 10 11 12 13
# to get working enum TEST_ENUM [int] { i = 1 } /; module m int i = 1 ;/ /; main [int] return TEST_ENUM.i + m.i ;/