fn test[T](x T, b ?T) { } fn test_main() { test[int](123, none) }