#include <stdio.h>

int main() {
	return 0;
}

#ifndef _SOMETAG
static inline int testfun
#else
static int testfun
#endif
	(
	)
{
	return 0;
}


