module pind.samples.ja.cast_.cast_1; void func(int number) { // ... } void main() { byte smallValue = 7; func(smallValue); // 自動型変換 }