]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Driver/objc++-cpp-output.mm
Vendor import of clang release_30 branch r142614:
[FreeBSD/FreeBSD.git] / test / Driver / objc++-cpp-output.mm
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 {};