1 // RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s 2 void f(void *); 3 void g() { f(__nullptr); } 4