[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Index / rdar-8288645-invalid-code.mm
blobec4564130a527f105604fdf0990d12eeb89c8c0b
1 // RUN: c-index-test -test-load-source all %s 2>&1 | FileCheck %s
3 // This test case previously crashed Sema.
5 extern "C" { @implementation Foo  - (id)initWithBar:(Baz<WozBar>)pepper {
7 // CHECK: warning: cannot find interface declaration for 'Foo'