new testcase that crashes the cfe due to implicit conversion fun

llvm-svn: 39826
This commit is contained in:
Chris Lattner 2007-07-13 20:11:01 +00:00
parent 0946f04236
commit effb7a350f
1 changed files with 6 additions and 0 deletions

6
clang/test/Sema/i-c-e2.c Normal file
View File

@ -0,0 +1,6 @@
// RUN: clang %s -fsyntax-only
// FIXME: This fails until conversions are fully explicit in the ast and i-c-e is updated to handle this.
// XFAIL: *
char array[1024/(sizeof (long))];