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-bang-2.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/typing/bad/testfile-bang-2.cpp (limited to 'tests/typing/bad/testfile-bang-2.cpp') diff --git a/tests/typing/bad/testfile-bang-2.cpp b/tests/typing/bad/testfile-bang-2.cpp new file mode 100644 index 0000000..1cecc76 --- /dev/null +++ b/tests/typing/bad/testfile-bang-2.cpp @@ -0,0 +1,4 @@ + +void foo() {} +int main() { !(foo()); } + -- cgit v1.2.3