blob: 41fb01dfbccee063944fea61fdfa289c846cf370 [file] [log] [blame]
static const float myconst = 2.5f;
float x_100() {
return (myconst + myconst);
}
void main_1() {
return;
}
void main() {
main_1();
return;
}