diff options
Diffstat (limited to 'validation/optim/cse-label.c')
| -rw-r--r-- | validation/optim/cse-label.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/validation/optim/cse-label.c b/validation/optim/cse-label.c new file mode 100644 index 00000000..e4296820 --- /dev/null +++ b/validation/optim/cse-label.c @@ -0,0 +1,14 @@ +int foo(void) +{ +label: + return &&label == &&label; +} + +/* + * check-name: cse-label + * check-command: test-linearize -Wno-decl $file + * check-known-to-fail + * + * check-output-ignore + * check-output-returns: 1 + */ |
