summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/traceEvent.hs
blob: ef641816d4000366de11dcf4950cae44fb5a52dd (plain)
1
2
3
4
5
import GHC.Exts

main = do
  traceEvent "testing"
  traceEvent "%s" -- see #3874