summary refs log tree commit diff stats
path: root/tests/tambsym.nim
blob: b8eae3ba3b5bd9c4fe152998132899b0b0cc9ce5 (plain) (blame)
1
2
3
4
5
6
7
8
# Test ambiguous symbols

import mambsym1, mambsym2

var
  v: TExport #ERROR_MSG ambiguous identifier

v = y