blob: 01002bc30f3c297cf233a92815d854de037a8db0 [file] [log] [blame]
Ted Kremenek49499272010-09-28 21:11:07 +00001// RUN: c-index-test -test-load-source-usrs local %s 2>&1 | FileCheck %s
2
3// <rdar://problem/8452791> - Crash when generating USRs.
4@interface Rdar8452791 () - (void)rdar8452791;
5
6// CHECK: error: cannot find interface declaration for 'Rdar8452791'
7// CHECK: missing @end