Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / BlocksRuntime / macro.c
blob06732e752fd9294065856179adf086af69ca6144
1 //
2 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3 // See https://llvm.org/LICENSE.txt for license information.
4 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 // CONFIG open rdar://6718399
7 #include <Block.h>
9 void foo() {
10 void (^bbb)(void) = Block_copy(^ {
11 int j, cnt;
12 });