Language
C++
Compiler
gcc HEAD 14.0.0 20231228 (experimental)
Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++2b
f(0);
f(int a)
f(0)
f((void*)NULL);
f(void* a)
f(0)
f(nullptr);
f(void* a)
f(0)
Exit Code:
0