Disable CodeGen/captured-statements-nested.c

llvm-svn: 212018
This commit is contained in:
Alexey Bataev 2014-06-30 05:07:42 +00:00
parent 3484495b3d
commit 6de13e86e9
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
// RUN: %clang_cc1 -fblocks -emit-llvm %s -o %t
// RUN: FileCheck %s -input-file=%t -check-prefix=CHECK1
// RUN: FileCheck %s -input-file=%t -check-prefix=CHECK2
// REQUIRES:disabled
struct A {
int a;