/* Float Test */
Func Int testFunc(){
return 3.0 + 4.0;
}

testFunc();
