tests: Add test for .length() method on implicitly-sized arrays
Using .length()
method on implicitly-sized arrays was originally introduced
with ARB_shader_storage_buffer_object
extension. It was promoted to core in
GLSL 4.3.
GLSL 4.60.5 introduced a contradiction, that was later resolved:
See private GLSL issue 32.