[rtsan] Add fork/execve interceptors (#117198)
[llvm-project.git] / clang / test / Modules / Inputs / cxx-header.h
blobee52c639116a29e8063bce8628d9a33cc978df74
1 #ifndef CXX_HEADER_H
2 #define CXX_HEADER_H
3 inline int f() { return 0; }
4 #endif