I got the error as title when I try the shader codes below.
Though the condition is odd but it seems it shouldn't return the error in this case?
//!HOOK SCALED
//!BIND HOOKED
//!WHEN OUTPUT.w MAIN.w > OUTPUT.h MAIN.h > *
vec4 hook() { return vec4(1.0); }