blob: 57d89808523f5d92fff98e55025443a550f8c299 [file] [log] [blame]
#include <atomic>
int main(int argc, char** argv){
std::atomic<bool> b;
}