struct Object { a int = 123 } fn test_main() { field := &Object{}.a assert field == 123 }