#include int main() { std::atomic Q(1); return Q; // Set break point at this line. }