Fix the clang-wpa example.
[clang.git] / test / CodeGenCXX / unary-type-trait.cpp
bloba11c67e12890958addeaea9b8f0db0ec423f33b4
1 // RUN: %clang_cc1 -emit-llvm-only -verify %s
3 bool a() { return __is_pod(int); }