aboutsummaryrefslogtreecommitdiff
path: root/tests/sizeof-compound-literal.qbe
AgeCommit message (Collapse)Author
2019-02-17Fix sizeof with unparenthesized postfix or compound literal expressionMichael Forney
Determining whether it is a typename or unparenthesized expression requires consuming the '(', so we need to call postfixexpr/parseinit ourselves.