From d2c7d391c8b69a6a590a2f702ed58bea033f6325 Mon Sep 17 00:00:00 2001 From: Dmitry Atamanov Date: Sat, 28 Oct 2017 10:25:56 +0300 Subject: TinyC upgrade (#6593) --- tinyc/tests/tests2/18_include.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 tinyc/tests/tests2/18_include.h (limited to 'tinyc/tests/tests2/18_include.h') diff --git a/tinyc/tests/tests2/18_include.h b/tinyc/tests/tests2/18_include.h new file mode 100644 index 000000000..dc8608025 --- /dev/null +++ b/tinyc/tests/tests2/18_include.h @@ -0,0 +1 @@ +printf("included\n"); -- cgit 1.4.1-2-gfad0 im
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log tree commit diff stats
path: root/tests/concurrency/tnodeadlocks.nim
blob: 3f27e24f68e73cdac47f8806156ad1342d9c7e54 (plain) (blame)
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