From 8f1093f0e00f9b1df7ce343a879303fd56a95d08 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Tue, 29 Oct 2013 17:42:34 +0100 Subject: First commit. --- tests/typing/bad/testfile-assign-12.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/typing/bad/testfile-assign-12.cpp (limited to 'tests/typing/bad/testfile-assign-12.cpp') diff --git a/tests/typing/bad/testfile-assign-12.cpp b/tests/typing/bad/testfile-assign-12.cpp new file mode 100644 index 0000000..6440547 --- /dev/null +++ b/tests/typing/bad/testfile-assign-12.cpp @@ -0,0 +1,2 @@ + +int main() { int x; (x+1)++; } -- cgit v1.2.3