aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/setne0-zext.c
blob: fc6615bec6ad2df0d9263f575dc6af80a53b9117 (plain)
1
2
3
4
5
6
7
8
9
10
unsigned long foo(int a) { return (unsigned int) (a != 0); }

/*
 * check-name: setne0-zext
 * check-command: test-linearize -m64 -Wno-decl $file
 * check-known-to-fail
 *
 * check-output-ignore
 * check-output-excludes: zext\\.
 */