aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/unary-type-trait.cpp
blob: 3c6f9c03aa41300cc474d9cf5bc4811b8ceb55be (plain) (blame)
1
2
3
4
// RUN: %clang_cc1 -emit-llvm-only -verify %s
// expected-no-diagnostics

bool a() { return __is_pod(int); }