forked from OSchip/llvm-project
parent
f73f2d28a2
commit
c996521508
|
@ -1,4 +1,4 @@
|
||||||
// RUN: clang-cc -Wnonnull -fsyntax-only -verify %s
|
// RUN: clang-cc -fblocks -Wnonnull -fsyntax-only -verify %s
|
||||||
|
|
||||||
extern void func1 (void (^block1)(), void (^block2)(), int) __attribute__((nonnull));
|
extern void func1 (void (^block1)(), void (^block2)(), int) __attribute__((nonnull));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue