• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
7void f() {}
8class C {};
9