diff options
Diffstat (limited to 'validation/optim/and-or-trunc1.c')
| -rw-r--r-- | validation/optim/and-or-trunc1.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/validation/optim/and-or-trunc1.c b/validation/optim/and-or-trunc1.c new file mode 100644 index 00000000..84c20317 --- /dev/null +++ b/validation/optim/and-or-trunc1.c @@ -0,0 +1,13 @@ +char foo(int x, int y) +{ + return (x & 0xffff) | y; +} + +/* + * check-name: and-or-trunc1 + * check-command: test-linearize -Wno-decl $file + * check-known-to-fail + * + * check-output-ignore + * check-output-excludes: and\\. + */ |
