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

5 lines
109 B
C++

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