mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
c798744f81
Fixes: #23338
6 lines
75 B
C
6 lines
75 B
C
#ifdef TEST_A_H
|
|
# error "TEST_A_H defined"
|
|
#endif
|
|
|
|
extern void a_h(void);
|