[libc++][NFC] Remove unused macros from <__configuration/availability.h>
[llvm-project.git] / clang / test / SemaObjC / class-protocol.m
blob021047e120523acba35e4a07ee6f100191495554
1 // RUN: %clang_cc1  -fsyntax-only -verify %s
2 // expected-no-diagnostics
3 // pr5552
5 @interface Protocol 
6 @end