freebsd-nq/test/CodeGenObjC/class-obj-hidden-visibility.m

7 lines
174 B
Mathematica
Raw Normal View History

2009-06-02 17:58:47 +00:00
// 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