glslang/Test/460.vert

12 lines
100 B
GLSL
Raw Normal View History

#version 460 core
int i;
; // extraneous semicolon okay
float f;;;
void main()
{
}
;
;