diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2010-02-24 01:04:39 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2010-02-24 01:04:39 +0100 |
commit | f41bd71e6152174c3b0819c7549fa431e8a01222 (patch) | |
tree | 35bec88bad6f84e9551316888744037e8d15e598 /tests/reject/tatomic.nim | |
parent | 6da95ed9ca899db702c6a7b17d2d7db14dbb0de4 (diff) | |
download | Nim-f41bd71e6152174c3b0819c7549fa431e8a01222.tar.gz |
SQLite wrapper
Diffstat (limited to 'tests/reject/tatomic.nim')
-rw-r--r-- | tests/reject/tatomic.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/reject/tatomic.nim b/tests/reject/tatomic.nim new file mode 100644 index 000000000..0f1b8125d --- /dev/null +++ b/tests/reject/tatomic.nim @@ -0,0 +1,5 @@ +var + atomic: int + +echo atomic + |