prog.d(25): Error: 'y.x' is not a scalar, it is a P!(int,"p_prop")()
prog.d(25): Error: incompatible types for ((y.x) += (50)): 'P!(int,"p_prop")()' and 'int'
prog.d(26): Error: 'y.x' is not a scalar, it is a P!(int,"p_prop")()
prog.d(26): Error: incompatible types for ((y.x) *= (3)): 'P!(int,"p_prop")()' and 'int'