summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/IO/hFileSize001.hs
blob: 62b3e88b9c46bdfcadcb1e50995d3ff8e216e2d7 (plain)
1
2
3
4
5
6
7
8
import System.IO

-- !!! test hFileSize

main = do
    h  <- openFile "hFileSize001.hs" ReadMode
    sz <- hFileSize h
    print sz