summaryrefslogtreecommitdiff
path: root/test/SemaObjC/class-protocol.m
blob: c2eded75f97a791a4c2902da0ee0e44553c0cbb0 (plain)
1
2
3
4
5
6
// RUN: clang -cc1  -fsyntax-only -verify %s
// pr5552

@interface Protocol 
@end