xref: /llvm-project/clang/test/Modules/Inputs/cxx-header.h (revision b9d0193e5906336d555e033c126dcc5f5ae6b0e3)
1*b9d0193eSRichard Smith #ifndef CXX_HEADER_H
2*b9d0193eSRichard Smith #define CXX_HEADER_H
f()3*b9d0193eSRichard Smith inline int f() { return 0; }
4*b9d0193eSRichard Smith #endif
5