allwinner_a64/android/external/clang/test/Lexer/Inputs/case-insensitive-include.h
2018-08-08 16:14:42 +08:00

8 lines
102 B
C

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