blob: 6d974838c1507614fb4b5b2cb8f91d24a859e364 [file] [log] [blame]
Nico Webercc52a062011-08-13 23:13:37 +00001// RUN: %clang -x objc-cpp-output -c %s -o /dev/null
2
3// Should compile without errors
4@protocol P
5- (void)m;
6@end
7void f() {}