• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: %clang_cc1 -emit-llvm-only -verify %s
2 
a()3 bool a() { return __is_pod(int); }
4