diff options
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; +}; |