Warning, file /sdk/clazy/tests/rule-of-two-soft/bug375537.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #include <thread>
0002 
0003 void test()
0004 {
0005     std::thread t;
0006     t = std::thread(); // OK
0007 }