1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
// RUN: %clang_cc1 -x objective-c++ -fblocks -rewrite-objc -fobjc-fragile-abi -o - %s
|
|
// radar 7546096
|
|
|
|
extern "C" {
|
|
short foo() { }
|
|
}
|
|
typedef unsigned char Boolean;
|
|
|