Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
cf71dd4242fd00ab155b5430a4c6c9f88fe5c4be
/
.
/
test
/
CodeGenObjC
/
class-obj-hidden-visibility.m
blob: fc4ac12b183662c3f22c8c874f2cf3a2a553bdc4 [
file
] [
log
] [
blame
]
// RUN: clang-cc -fvisibility=hidden -triple x86_64-apple-darwin10 -S -o - %s | grep -e "private_extern _OBJC_" | count 2
@interface
INTF
@end
@implementation
INTF
@end