Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
32388821e2fedfdfbe080897697c5f6d16357321
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
use_cmath.cpp
blob: 8a58af5a186aaa9eeba489e6457572cdfcf97605 [
file
]
#include
<cmath>
bool
foo
(
double
arg
)
{
return
std
::
isfinite
(
arg
);
}