llvm-for-llvmta/tools/clang/test/Modules/Inputs/internal-constants/c.h

4 lines
60 B
C

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