root/usr/src/tools/smatch/src/validation/optim/sext-sext.c
int foo(signed char offset)
{
        return (int)(short) offset;
}

/*
 * check-name: sext-sext
 * check-command: test-linearize -Wno-decl $file
 *
 * check-output-ignore
 * check-output-pattern(1): sext\\.
 */