1// RUN: %clang_cc1 -emit-llvm-only -verify %s
2
3bool a() { return __is_pod(int); }
4