blob: d81711a84d79bf40569d77698e59ea656584e844 [file] [log] [blame]
// 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