bolt/deps/llvm-18.1.8/clang/test/Lexer/Inputs/case-insensitive-include.h
2025-02-14 19:21:04 +01:00

8 lines
102 B
C

#ifndef CASE_INSENSITIVE_INCLUDE_H
#define CASE_INSENSITIVE_INCLUDE_H
struct S {
int x;
};
#endif