bolt/deps/llvm-18.1.8/clang/test/Format/dump-config-objc-macros.h

9 lines
159 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: clang-format -dump-config %s | FileCheck %s
// CHECK: Language: ObjC
NS_ASSUME_NONNULL_BEGIN
FOUNDATION_EXTERN int kConstant;
NS_ASSUME_NONNULL_END