1#version 400 core
2
3// no layout(vertices = ...) out;
4int outa[gl_out.length()];  // ERROR
5
6patch out vec4 patchOut;
7
8void main()
9{
10
11}
12