Nico Weber | cc52a06 | 2011-08-13 23:13:37 +0000 | [diff] [blame] | 1 | // RUN: %clang -x objc-cpp-output -c %s -o /dev/null |
2 | |||||
NAKAMURA Takumi | 0098d23 | 2012-09-12 14:26:42 +0000 | [diff] [blame] | 3 | // PR13820 |
4 | // REQUIRES: LP64 | ||||
5 | |||||
Nico Weber | cc52a06 | 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() {} |