diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-03-31 18:11:40 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-03-31 18:11:40 +0300 |
| commit | 5efb36caaba279a91fdb15823ff35887bfa1ac82 (patch) | |
| tree | 78342f133a2654b664e4905c1667061c7e50b41c /test cases/common/6 linkshared/cpplib.cpp | |
| parent | 6b56bfd10e36471f2e82499a14237b1ec244d45a (diff) | |
| download | meson-5efb36caaba279a91fdb15823ff35887bfa1ac82.tar.gz | |
Apparently dynamic linking with C++ had been broken for a while now. Sorry about that.
Diffstat (limited to 'test cases/common/6 linkshared/cpplib.cpp')
| -rw-r--r-- | test cases/common/6 linkshared/cpplib.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/6 linkshared/cpplib.cpp b/test cases/common/6 linkshared/cpplib.cpp new file mode 100644 index 000000000..b997405c3 --- /dev/null +++ b/test cases/common/6 linkshared/cpplib.cpp @@ -0,0 +1,3 @@ +int cppfunc() { + return 42; +} |
