diff options
Diffstat (limited to 'test/Parser/block-pointer-decl.c')
-rw-r--r-- | test/Parser/block-pointer-decl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Parser/block-pointer-decl.c b/test/Parser/block-pointer-decl.c index 2979b01..a8cc258 100644 --- a/test/Parser/block-pointer-decl.c +++ b/test/Parser/block-pointer-decl.c @@ -1,4 +1,6 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -parse-noop -fblocks %s +// RUN: %clang_cc1 -fsyntax-only -verify -fblocks %s + +int printf(char const *, ...); struct blockStruct { int (^a)(float, int); |