summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/ghci/T11786.script
blob: ada3d7b6ca4097560e32089377854604a45ce329 (plain)
1
2
3
4
5
6
7
8
9
:set -fno-print-explicit-runtime-reps
:t ($)
:t (($))
:i ($)

:set -fprint-explicit-runtime-reps
:t ($)
:t (($))
:i ($)