summaryrefslogtreecommitdiff
path: root/tests/mime-detection/include-objc++.mm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mime-detection/include-objc++.mm')
-rw-r--r--tests/mime-detection/include-objc++.mm6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/mime-detection/include-objc++.mm b/tests/mime-detection/include-objc++.mm
new file mode 100644
index 00000000..cfa569d9
--- /dev/null
+++ b/tests/mime-detection/include-objc++.mm
@@ -0,0 +1,6 @@
+#include "myheader.h"
+
+int Foo::bar()
+{
+ return rand() % max_;
+}