1 // RUN: %clang -x objc++-cpp-output -c %s -o /dev/null 2 3 // Should compile without errors 4 @protocol P 5 - (void)m; 6 @end 7 void f() {} 8 class C {}; 9