diff options
Diffstat (limited to 'test/Format/dump-config-objc.h')
-rw-r--r-- | test/Format/dump-config-objc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Format/dump-config-objc.h b/test/Format/dump-config-objc.h new file mode 100644 index 0000000000000..d33fd366a403f --- /dev/null +++ b/test/Format/dump-config-objc.h @@ -0,0 +1,5 @@ +// RUN: clang-format -dump-config %s | FileCheck %s + +// CHECK: Language: ObjC +@interface Foo +@end |