summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/traceEvent.hs
blob: a5e19a995c9904c76452e9b217bdddbd81b986f8 (plain)
1
2
3
4
5
import Debug.Trace

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