aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/libstdcxx_is_pod_hack.cpp
blob: df064bc6a0faf2ba28010d682f2a0c749a6209c9 (plain)
1
2
3
4
5
6
7
// RUN: clang-cc -fsyntax-only %s

template<typename T>
struct __is_pod {
};

__is_pod<int> ipi;