aboutsummaryrefslogtreecommitdiff
path: root/test/kr-function-argument-promotion.c
AgeCommit message (Collapse)Author
2019-07-05qbe: Handle K&R function definition argument promotionMichael Forney
Parameters for K&R function definitions that are affected by default argument promotion are passed as their promoted type, so need to be converted back before storing into memory allocated for the parameter.