Clang Project
clang_source_code
/
test
/
Format
/
dump-config-objc.h
1
// RUN: clang-format -dump-config %s | FileCheck %s
2
3
// CHECK: Language: ObjC
4
@interface Foo
5
@end
6