bolt/deps/llvm-18.1.8/clang/test/Format/dump-config-objc-stdin.m

9 lines
176 B
Mathematica
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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