diff options
Diffstat (limited to 'Tests/CxxOnly/libcxx2.cxx')
-rw-r--r-- | Tests/CxxOnly/libcxx2.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/CxxOnly/libcxx2.cxx b/Tests/CxxOnly/libcxx2.cxx new file mode 100644 index 0000000..453039c --- /dev/null +++ b/Tests/CxxOnly/libcxx2.cxx @@ -0,0 +1,6 @@ +#include "libcxx2.h" + +float LibCxx2Class::Method() +{ + return 1.0; +} |