summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/libstdcxx_is_pod_hack.cpp
blob: 7a4bebca864e57b53a47c606e1a497801887d53d (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -fsyntax-only %s

template<typename T>
struct __is_pod {
};

__is_pod<int> ipi;
OpenPOWER on IntegriCloud