diff options
Diffstat (limited to 'lib/BlocksRuntime/tests/macro.c')
| -rw-r--r-- | lib/BlocksRuntime/tests/macro.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/BlocksRuntime/tests/macro.c b/lib/BlocksRuntime/tests/macro.c deleted file mode 100644 index 988c0689b..000000000 --- a/lib/BlocksRuntime/tests/macro.c +++ /dev/null @@ -1,14 +0,0 @@ -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. - -// CONFIG open rdar://6718399 -#include <Block.h> - -void foo() { - void (^bbb)(void) = Block_copy(^ { - int j, cnt; - }); -} |
