#include #include // clazy:skip void suppress_qstring_allocation() { QString s = "foo"; if (s == "foo") {} }