summary refs log blame commit diff stats
path: root/tests/accept/compile/tenum.nim
blob: 6e53b9c083e5057ea0eca31bc555c682ad8c6799 (plain) (tree)
1
2
3
4
5
6
7
8







                            
# Test enums

type
  E = enum a, b, c, x, y, z

var
  en: E
en = a