Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
83d63c78810556d26b62ac4cbae2eda6cdd2570c
/
.
/
test
/
PCH
/
objc_import.h
blob: 8af87ab25c7d6377f05c8fb986548b0858807155 [
file
] [
log
] [
blame
]
Steve Naroff
83d63c7
2009-04-24 20:03:17 +0000
[
diff
] [
blame^
]
1
/* For use with the objc_import.m test */
2
3
@interface
TestPCH
4
+
alloc
;
5
-
(
void
)
instMethod
;
6
@end
7