freebsd-dev/test/CodeGenCXX/unary-type-trait.cpp

4 lines
80 B
C++
Raw Normal View History

2009-12-15 18:49:47 +00:00
// RUN: clang-cc -emit-llvm-only -verify %s
bool a() { return __is_pod(int); }