blob: 529c7bdbe582a8bff5c68a4f21f137dc2bcf6e8e [file] [log] [blame]
void main_1() {
float myvar = 0.0f;
return;
}
void main() {
main_1();
return;
}