Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
3e4c6c4c79a03f5cb0c4671d7c282d623c6dc35e
/
.
/
test
/
SemaObjC
/
class-protocol.m
blob: 91cd1389f1e656b7653f03479019cf1634affe44 [
file
] [
log
] [
blame
]
Daniel Dunbar
a572887
2009-12-15 20:14:24 +0000
[
diff
] [
blame
]
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
Fariborz Jahanian
10324db
2009-11-18 23:15:37 +0000
[
diff
] [
blame
]
2
// pr5552
3
4
@interface
Protocol
5
@end
6