blob: 565f8df245de9a35ae37eed4e0e91a1f0e6bfb42 (
plain)
1
2
3
4
5
6
7
8
9
10
|
long foo(int a) { return a != 0; }
/*
* check-name: setne0-sext
* check-command: test-linearize -m64 -Wno-decl $file
* check-known-to-fail
*
* check-output-ignore
* check-output-excludes: sext\\.
*/
|