cxx-header.h 78 Bytes Raw Blame History Permalink 1 2 3 4 #ifndef CXX_HEADER_H #define CXX_HEADER_H inline int f() { return 0; } #endif