cake
cake copied to clipboard
missing warning pointer to int conversion
void f(int i){}
int main()
{
f((void*)0);
}