forked from OSchip/llvm-project
parent
2f76e373ae
commit
a3ee6fa84f
|
@ -4,9 +4,7 @@ float test1(int cond, float a, float b)
|
|||
{
|
||||
return cond ? a : b;
|
||||
}
|
||||
/* this will fail for now...
|
||||
double test2(int cond, float a, double b)
|
||||
{
|
||||
return cond ? a : b;
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue