blob: 381aa13b6858e49e343b5e4e7c55695c81caff00 [file] [log] [blame]
static const float myconst = 2.5f;
void main_1() {
return;
}
void main() {
main_1();
return;
}