#ifndef TEST_H #define TEST_H #include typedef int64_t thyme_t; #ifndef LIBTEST_SOURCE int64_t thyme(int64_t *) __asm("__thyme00"); #endif int f(int); int g(int); #define HAVE_G #endif /* TEST_H */