mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
7 lines
99 B
C++
7 lines
99 B
C++
// RUN: %clang_cc1 -fsyntax-only %s
|
|
|
|
template<typename T>
|
|
struct __is_pod {
|
|
};
|
|
|
|
__is_pod<int> ipi;
|