10 lines
172 B
C
10 lines
172 B
C
|
#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);
|