CHECK: Alignment should match open parenthesis CHECK: Unbalanced braces around else statement CHECK: multiple assignments should be avoided WARNING: Block comments use a trailing */ on a separate line WARNING: Prefer 'unsigned int' to bare use of 'unsigned' WARNING: sizeof *used should be sizeof(*used)