blob: 293bbc7ef2f0005becdfe6ceefe162ce8523e998 [file] [log] [blame]
Jyotsna Vermaabd62142013-04-16 15:55:41 +00001// RUN: %clang -emit-llvm -x objc-cpp-output -S %s -o /dev/null
Nico Webered8080c2011-08-13 23:13:37 +00002
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() {}