/* FAIL - cannot have multiple void parameters */ float a(void, void); void main() { gl_Position = gl_Vertex; }