issue_267: { options = { comparisons: true, } input: { x = a % b / b * c * 2; x = a % b * 2 } expect: { x = a % b / b * c * 2; x = a % b * 2; } } />
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/images/unmatched.scm
AgeCommit message (Expand)Author
2023-06-14system: images: Add unmatched module....* gnu/system/images/unmatched.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Efraim Flashner