mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 02:42:54 -05:00
11 lines
171 B
Text
11 lines
171 B
Text
// RUN: %clang -x objc++-cpp-output -c %s -o /dev/null
|
|
|
|
// PR13820
|
|
// REQUIRES: LP64
|
|
|
|
// Should compile without errors
|
|
@protocol P
|
|
- (void)m;
|
|
@end
|
|
void f() {}
|
|
class C {};
|