6 lines
98 B
Objective-C
6 lines
98 B
Objective-C
// RUN: clang-format -dump-config %s | FileCheck %s
|
|
|
|
// CHECK: Language: ObjC
|
|
@interface Foo
|
|
@end
|