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