summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/base/T16586.hs
Commit message (Collapse)AuthorAgeFilesLines
* Add a `NOINLINE` pragma on `someNatVal` (#16586)Iavor Diatchki2019-05-231-0/+27
This fixes #16586, see `Note [NOINLINE someNatVal]` for details.