Clang Project

clang_source_code/test/PCH/Inputs/case-insensitive-include.h
1#pragma once
2
3struct S {
4  int x;
5};
6