You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
260 B
9 lines
260 B
2 years ago
|
#if defined(__cplusplus) && !defined(EXPECT_CXX)
|
||
|
# error "__cplusplus defined but EXPECT_CXX not defined"
|
||
|
#endif
|
||
|
#if !defined(__cplusplus) && defined(EXPECT_CXX)
|
||
|
# error "__cplusplus not defined but EXPECT_CXX defined"
|
||
|
#endif
|
||
|
|
||
|
extern void lang_test_h(void);
|