static @INLINE_KEYWORD@ void test_inline(void)
{
	return;
}

int main (void)
{
	test_inline ();
	return 0;
}