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 rdar://6396238
13 void (^mkblock(void))(void)
21 int main (int argc
, const char * argv
[]) {
24 printf("%s: failure, 2 != %d\n", argv
[0], count
);
27 printf("%s: success\n", argv
[0]);