blob: 098a7a72b7dc054f86c1c12622c2d806ea1b7fa3 [file] [log] [blame]
#include <atomic>
int main()
{
std::atomic<long long>(0).load();
return 0;
}