Clang Project

clang_source_code/test/Modules/Inputs/module-map-path-hash/a.h
1#pragma once
2int a = 42;
3