Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenCXX / type-traits.cpp
blob93cc6b56f1d2682f52e62314d606c0f9023b2a54
1 // RUN: %clang_cc1 -emit-llvm-only -verify %s
2 // expected-no-diagnostics
4 bool a() { return __is_pod(int); }
6 bool b() { return __is_trivially_constructible(int, int, int); }