``` nim type E = enum val1 echo val1 ``` ``` ... Hint: system [Processing] Hint: test [Processing] test.nim(1, 6) Hint: 'E' is declared but not used [XDeclaredButNotUsed] ... ```