// "signed" qualifier is illegal with non-integer type "varying float" int foo() { signed float x; }