diff options
Diffstat (limited to 'test/CodeGen/personality.c')
| -rw-r--r-- | test/CodeGen/personality.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/personality.c b/test/CodeGen/personality.c index 1c533ce786c0..59a6a9ccd696 100644 --- a/test/CodeGen/personality.c +++ b/test/CodeGen/personality.c @@ -26,6 +26,7 @@ extern void i(void); void f(void) { __block int i; + ^{ (void)i; }; g(^ { }); } |
