aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Lexer/Inputs/case-insensitive-include.h
blob: 954090fc93b459444d032fd3b4d7ed39b803f9b2 (plain)
1
2
3
4
5
6
7
8
#ifndef CASE_INSENSITIVE_INCLUDE_H
#define CASE_INSENSITIVE_INCLUDE_H

struct S {
  int x;
};

#endif