10 lines
172 B
C
Raw Normal View History

2022-08-04 22:12:04 +02:00
#ifdef TEST_A_H
# error "TEST_A_H defined"
#endif
#ifndef TEST_ADD_COMPILE_DEFINITIONS
# error "TEST_ADD_COMPILE_DEFINITIONS not defined"
#endif
extern void a_h(void);