summaryrefslogtreecommitdiff
path: root/test/c/anf_as_pattern.expect
AgeCommit message (Collapse)Author
2019-03-22C: Fix as-patterns in C outputAlasdair Armstrong
Most such patterns are re-written away by various re-writing steps, but for those that arn't they are fairly easy to handle by just having as patterns directly in the ANF-patterns. Fixes #39