Nico Weber | ed8080c | 2011-08-13 23:13:37 +0000 | [diff] [blame] | 1 | // RUN: %clang -x objc++-cpp-output -c %s -o /dev/null |
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() {} | ||||
11 | class C {}; |