summaryrefslogtreecommitdiff
path: root/tests/test_cases/cflags/public/test_use_half3.cpp
blob: 1cf50ad15b4d9e9035ea4d2f987017de22135ff8 (plain)
1
2
3
4
5
6
#include "half3/half3.hpp"

int main() {
  auto result = half3();
  return result > 1 and result < 2 ? 0 : 1;
}