1
0
Fork 0
arangodb/cmake/CheckCXX11Features/cxx11-test-atomic_uint_fast...

7 lines
78 B
C++

#include <atomic>
int main () {
std::atomic_uint_fast16_t a;
return 0;
}