Chromium Code Reviews| Index: test/prune_targets/lib3.cc |
| =================================================================== |
| --- test/prune_targets/lib3.cc (revision 1773) |
| +++ test/prune_targets/lib3.cc (working copy) |
| @@ -2,5 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -void libfunc3() { |
| -} |
| +#import <Foundation/Foundation.h> |
| + |
| +@interface MyClass : NSObject |
| +@end |