diff options
Diffstat (limited to 'validation/optim/sext-sext.c')
| -rw-r--r-- | validation/optim/sext-sext.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/validation/optim/sext-sext.c b/validation/optim/sext-sext.c new file mode 100644 index 00000000..604a7dd4 --- /dev/null +++ b/validation/optim/sext-sext.c @@ -0,0 +1,12 @@ +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\\. + */ |
