mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 16:09:46 -04:00
9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
// RUN: %clang_cc1 -x objective-c++ -fblocks -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
|
|
// radar 7546096
|
|
|
|
extern "C" {
|
|
short foo() { }
|
|
}
|
|
typedef unsigned char Boolean;
|
|
|