freebsd-dev/test/CodeGenCXX/unary-type-trait.cpp
2010-01-01 10:34:51 +00:00

4 lines
82 B
C++

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