blob: 0135bbcac40fa93973bb9dcc7fc6d260540f0d29 [file] [log] [blame]
// RUN: clang-cc -fvisibility=hidden -fobjc-nonfragile-abi -S -o - %s | grep -e "private_extern _OBJC_" | count 2
@interface INTF @end
@implementation INTF @end