summaryrefslogtreecommitdiff
path: root/tests/test_cases/cflags/public/main_use_half3.cpp
blob: 1c9d6ba9fe02797eb81dbe1d3f539fdf972f7025 (plain)
1
2
3
4
5
6
7
#include "half3/half3.hpp"
#include <iostream>

int main() {
  std::cout << half3() << std::endl;
  return 0;
}