mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
c798744f81
Fixes: #23338
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);
|