This takes a long time to crash, just disable it for now.

llvm-svn: 76263
This commit is contained in:
Chris Lattner 2009-07-17 23:48:38 +00:00
parent fc311292da
commit be35620902
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RN: clang-cc -fsyntax-only -verify %s
// RUN: false
// XFAIL
template<int N> void f(int (&array)[N]);