Jyotsna Verma | abd6214 | 2013-04-16 15:55:41 +0000 | [diff] [blame] | 1 | // RUN: %clang -emit-llvm -x objc-cpp-output -S %s -o /dev/null |
Nico Weber | ed8080c | 2011-08-13 23:13:37 +0000 | [diff] [blame] | 2 | |
NAKAMURA Takumi | cb0a08a | 2012-09-12 14:26:42 +0000 | [diff] [blame] | 3 | // PR13820 |
4 | // REQUIRES: LP64 | ||||
5 | |||||
Nico Weber | ed8080c | 2011-08-13 23:13:37 +0000 | [diff] [blame] | 6 | // Should compile without errors |
7 | @protocol P | ||||
8 | - (void)m; | ||||
9 | @end | ||||
10 | void f() {} |