blob: 7a4bebca864e57b53a47c606e1a497801887d53d [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only %s
Douglas Gregor119b0c72009-09-04 05:53:02 +00002
3template<typename T>
4struct __is_pod {
5};
6
7__is_pod<int> ipi;