aboutsummaryrefslogtreecommitdiff
path: root/test/array-address.c
AgeCommit message (Collapse)Author
2020-04-04expr: Fix type of '&' operator applied to arrayMichael Forney
It should be a pointer to the array, not to the first element (as it would after implicit conversion without the '&' operator).