1 2 3 4 5 6
// https://clang-analyzer.llvm.org/available_checks.html void test() { int *p = new int; } // warning