9 lines
155 B
C
9 lines
155 B
C
#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);
|