diff options
Diffstat (limited to 'tests/typing/bad/testfile-arith-5.cpp')
-rw-r--r-- | tests/typing/bad/testfile-arith-5.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typing/bad/testfile-arith-5.cpp b/tests/typing/bad/testfile-arith-5.cpp index 2637ffc..f17d496 100644 --- a/tests/typing/bad/testfile-arith-5.cpp +++ b/tests/typing/bad/testfile-arith-5.cpp @@ -1,2 +1,3 @@ -int main() { char *p; 1-p; } +int main() { int *p; 1-p; } + |