blob: 8c174f7732051e8b8a58edeadea596867f1ae4c1 [file] [log] [blame]
Nico Webercc52a062011-08-13 23:13:37 +00001// RUN: %clang -x objc-cpp-output -c %s -o /dev/null
2
NAKAMURA Takumi0098d232012-09-12 14:26:42 +00003// PR13820
4// REQUIRES: LP64
5
Nico Webercc52a062011-08-13 23:13:37 +00006// Should compile without errors
7@protocol P
8- (void)m;
9@end
10void f() {}