#ifndef	TEST_H
#define	TEST_H

#include <stdint.h>

typedef int64_t thyme_t;

#ifndef LIBTEST_SOURCE
int64_t thyme(int64_t *) __asm("__thyme00");
#endif

int f(int);

#endif	/* TEST_H */