diff options
-rw-r--r-- | test/Sema/block-misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/block-misc.c b/test/Sema/block-misc.c index 4179eda5e7..c1a2f08ff7 100644 --- a/test/Sema/block-misc.c +++ b/test/Sema/block-misc.c @@ -209,6 +209,7 @@ void test20() { }(); } +// radr://7438948 void test21() { int a[7]; // expected-note {{declared at}} a[1] = 1; |