mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
6 lines
174 B
Objective-C
6 lines
174 B
Objective-C
// 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
|
|
|