blob: f31c4272a25be976b333a1248c46d378cb50f6bc [file] [log] [blame]
static bool x_1 = true;
static bool x_2 = false;
static int x_3 = -1;
static uint x_4 = 1u;
static float x_5 = 1.5f;
void main_1() {
return;
}
void main() {
main_1();
return;
}