Sign in
llvm
/
clang
/
1571f048734190c5ed03d1a6083e579ec7b5801f
/
.
/
test
/
SemaCXX
/
libstdcxx_is_pod_hack.cpp
blob: 7a4bebca864e57b53a47c606e1a497801887d53d [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only %s
template
<
typename
T
>
struct
__is_pod
{
};
__is_pod
<int>
ipi
;