blob: 1c8e90faed9fce393adc8af08951790394d45263 [file] [log] [blame]
Fariborz Jahanianbf070122010-01-15 18:14:52 +00001// RUN: %clang_cc1 -x objective-c++ -fblocks -rewrite-objc -o - %s
2// radar 7546096
3
4extern "C" {
5 short foo() { }
6}
7typedef unsigned char Boolean;
8