9 lines
260 B
C
Raw Normal View History

2022-08-04 22:12:04 +02:00
#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);