diff options
author | Vincent Burns <discoloda@gmail.com> | 2014-01-13 01:51:36 -0500 |
---|---|---|
committer | Vincent Burns <discoloda@gmail.com> | 2014-01-13 01:51:36 -0500 |
commit | 5f905865bed2080c49b29dd48decdd24c4702cc9 (patch) | |
tree | 8fead84fbf7640df25467069f5bbaf6ce419afe7 /compiler/c2nim/tests/vincent.h | |
parent | 58855c2fc71294bd08ca6637473a33389ecc7de5 (diff) | |
download | Nim-5f905865bed2080c49b29dd48decdd24c4702cc9.tar.gz |
Fix for some comments during if statements
added test files
Diffstat (limited to 'compiler/c2nim/tests/vincent.h')
-rw-r--r-- | compiler/c2nim/tests/vincent.h | 3 |
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; +}; |