From 1bfae39a9d8f07ca5812a9130810bb329f104aff Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 11 Jan 2013 23:21:36 +0200 Subject: More thorough test. --- test cases/7 mixed/main.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test cases/7 mixed/main.cc b/test cases/7 mixed/main.cc index e2794d5..f165346 100644 --- a/test cases/7 mixed/main.cc +++ b/test cases/7 mixed/main.cc @@ -1,5 +1,7 @@ extern "C" int func(); +class BreakPlainCCompiler; + int main(int argc, char **argv) { return func(); } -- cgit v1.1