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