summary refs log tree commit diff stats
path: root/tests/importalls/mt4.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/importalls/mt4.nim')
-rw-r--r--tests/importalls/mt4.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/importalls/mt4.nim b/tests/importalls/mt4.nim
new file mode 100644
index 000000000..cd7d32aad
--- /dev/null
+++ b/tests/importalls/mt4.nim
@@ -0,0 +1,4 @@
+import ./m1 {.all.} except foo1
+doAssert foo2 == 2
+doAssert declared(foo2)
+doAssert not compiles(foo1)
2e838b8679e7064f'>^
36a1e17 ^




45508a4 ^








36a1e17 ^
a200d71 ^
45508a4 ^


a200d71 ^
45508a4 ^
dfd67ae ^

45508a4 ^

a200d71 ^
dfd67ae ^
dfd67ae ^



a200d71 ^
dfd67ae ^


45508a4 ^



6762fac
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
66
67
68
69
70
71
72
73
74
75