Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / outofdate-rebuild / Cocoa.h
blobd6311405f4e1a7277e58a932f7f032e1fd11d015
1 // Cocoa
2 #import "Foundation.h"
3 #import "AppKit.h"
5 struct A { int i; };