llvm/clang/test/Modules/Inputs/internal-constants/a.h

#pragma once
#include "const.h"
inline int f() { return N::k; }