bolt/deps/llvm-18.1.8/clang/test/Format/dump-config-objc-stdin.m
2025-02-14 19:21:04 +01:00

8 lines
176 B
Objective-C

// RUN: clang-format -assume-filename=foo.m -dump-config | FileCheck %s
// RUN: clang-format -dump-config - < %s | FileCheck %s
// CHECK: Language: ObjC
@interface Foo
@end