float g(void);
unsigned long long f(void) {
	return g();
}