summary refs log tree commit diff stats
path: root/tests/modules/a/module_name_clashes.nim
blob: 209526e2210715cf646e3b60f2fd7333f73d7101 (plain) (blame)
1
2
3
4
5
6
7
8
# See `tmodule_name_clashes`

import ../b/module_name_clashes
type A* = object
  b*: B

proc print*(a: A) =
  echo repr a