Sign in
ara-mdk
/
platform
/
external
/
clang
/
f72663fc962c1c27a4793ebd3d2e3d81a4f4e984
/
.
/
test
/
SemaCXX
/
nullptr-98.cpp
blob: 306b2033e45688160ab7b8aee26d43a244df03e9 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
// expected-no-diagnostics
void
f
(
void
*);
void
g
()
{
f
(
__nullptr
);
}