mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
8 lines
113 B
C++
8 lines
113 B
C++
// RUN: %clang_cc1 -fsyntax-only -fms-extensions %s
|
|
|
|
template<typename T>
|
|
struct X {
|
|
enum E *e;
|
|
};
|
|
|
|
X<int> xi;
|