summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/class-protocol.m
blob: 021047e120523acba35e4a07ee6f100191495554 (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1  -fsyntax-only -verify %s
// expected-no-diagnostics
// pr5552

@interface Protocol 
@end