#version 460
#extension GL_EXT_ray_tracing : require
void in_func()
{
reportIntersectionEXT(0.5, 10);
}
void main()
in_func();