blob: 3c6f9c03aa41300cc474d9cf5bc4811b8ceb55be [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -emit-llvm-only -verify %s
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00002// expected-no-diagnostics
Eli Friedman9dfebdc2009-12-10 22:40:32 +00003
4bool a() { return __is_pod(int); }