summary refs log blame commit diff stats
path: root/tests/ambsym/tambsym.nim
blob: d9115e16d5c9344c8832be67c30982e31e64c394 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13




                                  







                                            

 
discard """
  file: "tambsym.nim"
  line: 11
  errormsg: "ambiguous identifier"
"""
# Test ambiguous symbols

import mambsym1, mambsym2

var
  v: TExport #ERROR_MSG ambiguous identifier

v = y