repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
nullptr-98.cpp
blob
306b2033e45688160ab7b8aee26d43a244df03e9
1
// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
2
// expected-no-diagnostics
3
void
f
(
void
*);
4
void
g
() {
f
(
__nullptr
); }