Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
.
/
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