blob: b0d970329170a54028f12b43a2ffc5b14d1afa64 [file] [log] [blame]
class Test{
static f(double a){
double b = (double)(int)a / 100;
}
}