// bug 370609, Simply tests if clazy crashes #include template struct Example { Example() { for (auto sample : m_sampleCache) { } } QVector m_sampleCache; }; void CreateExample() { new Example(); }