]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/SemaCXX/libstdcxx_is_pod_hack.cpp
Updaet clang to 92395.
[FreeBSD/FreeBSD.git] / test / SemaCXX / libstdcxx_is_pod_hack.cpp
1 // RUN: %clang_cc1 -fsyntax-only %s
2
3 template<typename T>
4 struct __is_pod {
5 };
6
7 __is_pod<int> ipi;