Sign in
fuchsia
/
third_party
/
llvm-project
/
c1ad143f95da3b18d1ec2eea50d418cbbfab1a2b
/
.
/
libcxx
/
utils
/
google-benchmark
/
cmake
/
steady_clock.cpp
blob: 66d50d17e9e61f32cbe1df801906a5b8052ce279 [
file
]
#include
<chrono>
int
main
()
{
typedef
std
::
chrono
::
steady_clock
Clock
;
Clock
::
time_point tp
=
Clock
::
now
();
((
void
)
tp
);
}