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-comparison-2.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/typing/bad/testfile-comparison-2.cpp (limited to 'tests/typing/bad/testfile-comparison-2.cpp') diff --git a/tests/typing/bad/testfile-comparison-2.cpp b/tests/typing/bad/testfile-comparison-2.cpp new file mode 100644 index 0000000..fc24f6a --- /dev/null +++ b/tests/typing/bad/testfile-comparison-2.cpp @@ -0,0 +1,3 @@ + +class S { public: int a; }; +int main() { int x; S s; 1 != s; } -- cgit v1.2.3