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

4 lines
54 B
C

#ifndef SUB_H
#define SUB_H
const int sub = 2;
#endif