aboutsummaryrefslogtreecommitdiff
path: root/test/initializer-member-static.qbe
AgeCommit message (Collapse)Author
2022-08-05expr: Fix constant evaluation of struct member addressMichael Forney
fb00ba6978 had the side-effect of introducing an integer to pointer cast, which was not evaluated as a constant expression. To fix this, just set the type of the expression.