1 int foo(signed char offset)
   2 {
   3         return (int)(short) offset;
   4 }
   5 
   6 /*
   7  * check-name: sext-sext
   8  * check-command: test-linearize -Wno-decl $file
   9  *
  10  * check-output-ignore
  11  * check-output-pattern(1): sext\\.
  12  */