vec2 F0(void);

vec2 F0(void) {
	bool l0 = false;
	l0 = true;
	{
		int l1 = 0;
		l1 = 0;
		return vec2(float(l1));
	}
	return vec2(1.0);
}