llvm-for-llvmta/tools/clang/test/Lexer/Inputs/case-insensitive-include.h

9 lines
102 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
#ifndef CASE_INSENSITIVE_INCLUDE_H
#define CASE_INSENSITIVE_INCLUDE_H
struct S {
int x;
};
#endif