diff options
Diffstat (limited to 'clang/test/CodeGen/blocks-1.c')
| -rw-r--r-- | clang/test/CodeGen/blocks-1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/blocks-1.c b/clang/test/CodeGen/blocks-1.c index 5fbe76c15df..d6fc1595208 100644 --- a/clang/test/CodeGen/blocks-1.c +++ b/clang/test/CodeGen/blocks-1.c @@ -57,6 +57,7 @@ void test5() { void test6() { __block int i; ^{ i=1; }(); + ^{}; } int main() { |

