blob: 60dc085d7d1f6c2a8ece4c97a22d63ea770ce50b [file] [log] [blame]
#include <atomic>
int main()
{
std::atomic<int> Q(1);
return Q; // Set break point at this line.
}