diff options
author | Mike Stump <mrs@apple.com> | 2010-01-05 03:16:33 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2010-01-05 03:16:33 +0000 |
commit | fc4e4e15115e2d973fcc43b2d40e401d3ac88b73 (patch) | |
tree | e4ab0f9f07efaf72d6fbf51b0a7e59e33054a091 | |
parent | 2849734790738585a9726a84b263c60e3be0193f (diff) |
Add a radar reference.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92678 91177308-0d34-0410-b5e6-96231b3b80d8
-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; |