summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/unary-type-trait.cpp
blob: a11c67e12890958addeaea9b8f0db0ec423f33b4 (about) (plain)
1
2
3
// RUN: %clang_cc1 -emit-llvm-only -verify %s

bool a() { return __is_pod(int); }