Clang Project

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