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

#ifndef CASE_INSENSITIVE_INCLUDE_H
#define CASE_INSENSITIVE_INCLUDE_H

struct S {
  int x;
};

#endif