Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
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
);
}