mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-03 16:03:21 +00:00
test/SemaTemplate/instantiation-depth-defarg.cpp: Mark as XFAIL:mingw for now.
I'll try to increase stack size later. llvm-svn: 159912
This commit is contained in:
parent
ecedf3ddec
commit
c30cc99411
@ -1,5 +1,7 @@
|
||||
// RUN: %clang_cc1 -fsyntax-only -verify -ftemplate-depth 512 -ftemplate-backtrace-limit 4 %s
|
||||
|
||||
// XFAIL: mingw32
|
||||
|
||||
template<int N> struct S {
|
||||
typedef typename S<N-1>::type type;
|
||||
static int f(int n = S<N-1>::f()); // \
|
||||
|
Loading…
x
Reference in New Issue
Block a user