Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaCXX / nullptr-98.cpp
blob306b2033e45688160ab7b8aee26d43a244df03e9
1 // RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
2 // expected-no-diagnostics
3 void f(void *);
4 void g() { f(__nullptr); }