blob: 306b2033e45688160ab7b8aee26d43a244df03e9 [file] [log] [blame]
Douglas Gregorb2d57ae2010-11-09 03:43:04 +00001// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00002// expected-no-diagnostics
Douglas Gregorb2d57ae2010-11-09 03:43:04 +00003void f(void *);
4void g() { f(__nullptr); }