Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / invalid-code-rdar10451854.m
blob156267199b40c79ed2549aa1663b1fc7693dcd26
1 struct {
3 @implementation Foo
5 - (void)finalize {
6   NSLog(@"bar");
9 - (NSArray *)graphics {
12 @end
14 // Test that we don't crash
15 // RUN: c-index-test -test-load-source-reparse 3 local %s