And even more simpler, this crashes too:
type playerType
score
endtype
player1 as playerType
player1.score = 100
do
showPlayer(player1)
sync()
loop
function showPlayer(player as playerType)
print(player.score)
endfunction
Will deal for the next build, thanks.