Sign in
llvm
/
llvm-project
/
d95dadff8f094e793b79eec57737ec397fad7724
/
.
/
lldb
/
test
/
API
/
lang
/
cpp
/
fpnan
/
main.cpp
blob: 8bcfebfaea8e1e1c8a7a7bb2a1c97c4c797b18c1 [
file
]
#include
<limits>
int
main
()
{
float
fnan
=
std
::
numeric_limits
<float>
::
quiet_NaN
();
float
fdenorm
=
std
::
numeric_limits
<float>
::
denorm_min
();
// Set break point at this line.
}