Sign in
fuchsia
/
third_party
/
cmake
/
refs/heads/main
/
.
/
Source
/
Checks
/
cm_cxx_atomic.cxx
blob: 098a7a72b7dc054f86c1c12622c2d806ea1b7fa3 [
file
] [
log
] [
blame
] [
edit
]
#include
<atomic>
int
main
()
{
std
::
atomic
<
long
long
>(
0
).
load
();
return
0
;
}