summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T9140.script
blob: 833ea874134e743e69c658f8b315c71a3ae7c937 (plain)
1
2
3
4
5
:set -XUnboxedTuples -XBangPatterns
let a = (# 1 #)
let a = (# 1, 3 #)
:set -XBangPatterns
let !a = (# 1, 3 #)