summary refs log tree commit diff stats
path: root/tests/lookups/tmoduleclash2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lookups/tmoduleclash2.nim')
-rw-r--r--tests/lookups/tmoduleclash2.nim6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lookups/tmoduleclash2.nim b/tests/lookups/tmoduleclash2.nim
new file mode 100644
index 000000000..958da2299
--- /dev/null
+++ b/tests/lookups/tmoduleclash2.nim
@@ -0,0 +1,6 @@
+import std/heapqueue
+proc heapqueue(x: int) = discard
+let x: proc (x: int) = heapqueue
+let y: proc = heapqueue
+when false:
+  let z = heapqueue
u/commit/html/064random.cc.html?h=hlt&id=c5ffb6e1cc9c5ff880d037c53b8ebc8562be0008'>c5ffb6e1 ^
a654e4ec ^
e6056999 ^
a654e4ec ^

dbe12410 ^
e6056999 ^
a654e4ec ^

c5ffb6e1 ^

a654e4ec ^





c5ffb6e1 ^

a654e4ec ^
c5ffb6e1 ^
c842d90b ^
c5ffb6e1 ^
c842d90b ^
76755b28 ^
c842d90b ^
76755b28 ^

c5ffb6e1 ^
c842d90b ^
c5ffb6e1 ^
83fcebf3 ^
c5ffb6e1 ^







76755b28 ^

4690ce81 ^
76755b28 ^

c5ffb6e1 ^
4690ce81 ^
c5ffb6e1 ^


c5ffb6e1 ^


a654e4ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65