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