blob: 74e2365edcfef2b36fd4dc02f754b562acbc26e2 [file] [log] [blame]
Ted Kremenek594ca432010-08-10 22:30:29 +00001// RUN: c-index-test -test-load-source all %s 2>&1 | FileCheck %s
2
3// This test case previously crashed Sema.
4
5extern "C" { @implementation Foo - (id)initWithBar:(Baz<WozBar>)pepper {
6
7// CHECK: warning: cannot find interface declaration for 'Foo'
Fariborz Jahanian64089ce2011-04-22 22:02:28 +00008// CHECK: error: '@end' is missing in implementation context