blob: 15ff67d07a88e6ba32d7119db9e8719b0202c918 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
int ftest(double a, double b)
{
return a == 0.125 || b == 0.125;
}
/*
* check-name: CSE OP_SETFVAL
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-pattern(1): setfval\\.
*/
|