9 lines
155 B
C
Raw Normal View History

2022-08-04 22:12:04 +02:00
#ifdef TEST_DIR_CXX_H
# error "TEST_DIR_CXX_H defined"
#endif
#ifndef __cplusplus
# error "__cplusplus not defined"
#endif
extern void dir_cxx_h(void);