diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-01-11 23:21:36 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-01-11 23:21:36 +0200 |
| commit | 1bfae39a9d8f07ca5812a9130810bb329f104aff (patch) | |
| tree | 80508fbcc42df08a30dae52279d755acfb7d74f7 | |
| parent | 7b8b849817c9616423b129ac6bf1ab11098e8ea2 (diff) | |
| download | meson-1bfae39a9d8f07ca5812a9130810bb329f104aff.tar.gz | |
More thorough test.
| -rw-r--r-- | test cases/7 mixed/main.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test cases/7 mixed/main.cc b/test cases/7 mixed/main.cc index e2794d57d..f165346a4 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(); } |
