summary refs log tree commit diff stats
path: root/tests/lookups/mambsym3.nim
blob: 946a5ff294960b967ba6cad0d8567d82149de0eb (plain) (blame)
1
2
3
4
# Module A
var x*: string
proc foo*(a: string) =
  echo "A: ", a