#pragma NOBUG

struct s {
	int v;
#pragma NICE_INTEGERS ON
	int a;
};

int main()
{
#pragma RUNME
	return 0;
}
