Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8fbe78f6fc7b41d1a4228c126fcb522131150518
/
.
/
clang
/
test
/
SemaCXX
/
libstdcxx_is_pod_hack.cpp
blob: 7a4bebca864e57b53a47c606e1a497801887d53d [
file
] [
log
] [
blame
]
Daniel Dunbar
8fbe78f
2009-12-15 20:14:24 +0000
[
diff
] [
blame^
]
1
// RUN: %clang_cc1 -fsyntax-only %s
Douglas Gregor
119b0c7
2009-09-04 05:53:02 +0000
[
diff
] [
blame
]
2
3
template
<
typename
T
>
4
struct
__is_pod
{
5
};
6
7
__is_pod
<int>
ipi
;