1#version 460
2
3#extension GL_EXT_ray_query : enable
4
5void main () {
6    rayQueryEXT foo;
7    rayQueryEXT bar = foo;
8}