blob: df064bc6a0faf2ba28010d682f2a0c749a6209c9 [file] [log] [blame]
Douglas Gregor119b0c72009-09-04 05:53:02 +00001// RUN: clang-cc -fsyntax-only %s
2
3template<typename T>
4struct __is_pod {
5};
6
7__is_pod<int> ipi;