]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Rewriter/metadata-test-1.m
Fix-up EOL-styles changed by upstream.
[FreeBSD/FreeBSD.git] / test / Rewriter / metadata-test-1.m
1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5  %s -o -
2
3 @interface Intf 
4 @end
5
6 @implementation Intf(Category)
7 - (void) CatMeth {}
8 @end
9
10 @implementation Another
11 - (void) CatMeth {}
12 @end