diff options
Diffstat (limited to 'tests/types.c')
-rw-r--r-- | tests/types.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/types.c b/tests/types.c index 94d6cbe..f8615f7 100644 --- a/tests/types.c +++ b/tests/types.c @@ -34,3 +34,4 @@ i32 main(void) { return (j == -1 && i+1 == 0 ? 0 : 1); } +/* vim: set ts=8 noet: */ |