llvm-project/clang-tools-extra/test/clang-modernize/Compilations/Inputs/cpp11.cpp

5 lines
49 B
C++

void foo() {
int *p = 0;
int *k = nullptr;
}