blob: 3a4f05c0baa418c718306d9571517753b6dcd70a [file] [log] [blame]
Douglas Gregor1274ccd2010-10-08 23:50:27 +00001// RUN: %clang_cc1 -fsyntax-only -fms-extensions %s
2
3template<typename T>
4struct X {
5 enum E *e;
6};
7
8X<int> xi;