diff options
Diffstat (limited to 'Tests/CxxOnly/libcxx1.h')
-rw-r--r-- | Tests/CxxOnly/libcxx1.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/CxxOnly/libcxx1.h b/Tests/CxxOnly/libcxx1.h new file mode 100644 index 0000000..9452a64 --- /dev/null +++ b/Tests/CxxOnly/libcxx1.h @@ -0,0 +1,5 @@ +class LibCxx1Class +{ +public: + static float Method(); +}; |