summaryrefslogtreecommitdiff
path: root/tests/test_cases/cflags/public/half3.hpp
blob: 271ed68153701ef5e198aee2094134a6dcf06dd4 (plain)
1
2
3
4
5
6
7
8
#ifndef HALF3_HPP
#define HALF3_HPP

#include "half/half.hpp"

HALF_RESULT_TYPE half3();

#endif