summary refs log tree commit diff stats
path: root/tests/ambsym/tambsys.nim
blob: 67522d7c9ae795e4064a8745331780977ce6ee05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
discard """
  file: "tambsys.nim"
  output: ""
"""
# Test ambiguous symbols

import mambsys1, mambsys2

var
  v: mambsys1.TExport
mambsys2.foo(3) #OUT