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