#pragma GCC system_header

static inline int f()
{
	int i;
	return i;
}
