diff options
Diffstat (limited to 'validation/optim/sext-sext.c')
| -rw-r--r-- | validation/optim/sext-sext.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/validation/optim/sext-sext.c b/validation/optim/sext-sext.c new file mode 100644 index 00000000..3f7a0efc --- /dev/null +++ b/validation/optim/sext-sext.c @@ -0,0 +1,13 @@ +int foo(signed char offset) +{ + return (int)(short) offset; +} + +/* + * check-name: sext-sext + * check-command: test-linearize -Wno-decl $file + * check-known-to-fail + * + * check-output-ignore + * check-output-pattern(1): sext\\. + */ |
