summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail03.hs
blob: d1981846dfab92d9c330be0d15df441f54ef0739 (plain)
1
2
3
{-# LANGUAGE OverloadedLists #-}

main = print (length ['a',"b"])