summary refs log tree commit diff stats
path: root/compiler/c2nim/tests/vincent.h
diff options
context:
space:
mode:
authorMiguel <leu-gim@moy-server.ru>2014-01-26 05:37:18 +0400
committerMiguel <leu-gim@moy-server.ru>2014-01-26 05:37:18 +0400
commita8b4e3c764dd967e1ac90305a574c4cd5e0d019b (patch)
tree9165419d8557b493bf65a3de04f248ae6f2288b9 /compiler/c2nim/tests/vincent.h
parent4396270fc7c447fa7ce9478a6bf9682ba7c496a7 (diff)
parent5d712e0d3f9f5b8e486720c8bedd749656b527d8 (diff)
downloadNim-a8b4e3c764dd967e1ac90305a574c4cd5e0d019b.tar.gz
Merge branch 'devel' of git://github.com/Araq/Nimrod
Diffstat (limited to 'compiler/c2nim/tests/vincent.h')
-rw-r--r--compiler/c2nim/tests/vincent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/c2nim/tests/vincent.h b/compiler/c2nim/tests/vincent.h
new file mode 100644
index 000000000..b4e761ee1
--- /dev/null
+++ b/compiler/c2nim/tests/vincent.h
@@ -0,0 +1,3 @@
+struct foo {
+    int x,y,z;
+};