[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Format / dump-config-objc-stdin.m
blobd81711a84d79bf40569d77698e59ea656584e844
1 // RUN: clang-format -assume-filename=foo.m -dump-config | FileCheck %s
3 // RUN: clang-format -dump-config - < %s | FileCheck %s
5 // CHECK: Language: ObjC
7 @interface Foo
8 @end