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