summaryrefslogtreecommitdiff
path: root/tests/test_cases/cflags/public/half3f.hpp
blob: 1207f636d76150abf888dfe0c0be7a94e6b973af (plain)
1
2
3
4
5
6
#ifndef BAZ_HPP
#define BAZ_HPP

float half3f();

#endif