blob: 7a4bebca864e57b53a47c606e1a497801887d53d [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only %s
template<typename T>
struct __is_pod {
};
__is_pod<int> ipi;