Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
0ef983e89c989ce27ab35d292893a915c8ee398d
/
.
/
test
/
SemaCXX
/
nullptr-98.cpp
blob: 0d624c26de709a2cae572daa9f761fb5bbebe2b7 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
void
f
(
void
*);
void
g
()
{
f
(
__nullptr
);
}