cxx_nullptr.cpp 68 B

123456789
  1. void someFunc(int*)
  2. {
  3. }
  4. void otherFunc()
  5. {
  6. someFunc(nullptr);
  7. }