Sign in
llvm
/
clang
/
refs/heads/release_27
/
.
/
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
;