Clang Project

clang_source_code/test/Modules/Inputs/internal-constants/c.h
1#pragma once
2#include "a.h"
3inline int h() { return N::k; }
4