if struct is copied to other register/stack and then pointer to that (like with comp-assign) which is derefed inside of function then can pass struct/union “raw” to func

→ can maybe also do the same for assigning structs to eachother by just assigning the addresses

problem: not conform to calling-convention