bolt/deps/llvm-18.1.8/clang/test/Analysis/Inputs/some_user_globals.h
2025-02-14 19:21:04 +01:00

2 lines
74 B
C

extern const int my_const_user_global;
extern int my_mutable_user_global;