[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Rewriter / rewrite-extern-c.mm
blobcf37d7597e3ac1b277a3ccb16804eaa8c1a6d99e
1 // RUN: %clang_cc1 -x objective-c++ -fblocks -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
2 // radar 7546096
4 extern "C" {
5         short foo() { } 
7 typedef unsigned char Boolean;