[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / clang / test / Format / dump-config-objc.h
blobd33fd366a403fb36e3f10de2029d41ce89fda97f
1 // RUN: clang-format -dump-config %s | FileCheck %s
3 // CHECK: Language: ObjC
4 @interface Foo
5 @end