// Error: Illegal to apply both "signed" and "unsigned" qualifiers int foo() { signed unsigned int x; }