// clazy-standalone -export-fixes=/tmp/clazy.qgetenv.yaml -checks=qgetenv clazy.qgetenv.cpp #include #include void g() { qgetenv("Foo").isEmpty(); }