aboutsummaryrefslogtreecommitdiff
path: root/test/conditional-compound-literal.qbe
AgeCommit message (Collapse)Author
2019-05-12eval: Keep track of kind of constant expression we are evaluatingMichael Forney
When we are evaluating an arithmetic constant expression, we don't want to indroduce static data definitions for string or compound literals. Fixes #59.