blob: 3c6f9c03aa41300cc474d9cf5bc4811b8ceb55be [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm-only -verify %s
// expected-no-diagnostics
bool a() { return __is_pod(int); }