#include "half3/half3.hpp" int main() { auto result = half3(); return result > 1 and result < 2 ? 0 : 1; }