summaryrefslogtreecommitdiff
path: root/tests/test_cases/cflags/public/main_use_half3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cases/cflags/public/main_use_half3.cpp')
-rw-r--r--tests/test_cases/cflags/public/main_use_half3.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_cases/cflags/public/main_use_half3.cpp b/tests/test_cases/cflags/public/main_use_half3.cpp
new file mode 100644
index 0000000..1c9d6ba
--- /dev/null
+++ b/tests/test_cases/cflags/public/main_use_half3.cpp
@@ -0,0 +1,7 @@
+#include "half3/half3.hpp"
+#include <iostream>
+
+int main() {
+ std::cout << half3() << std::endl;
+ return 0;
+}