summaryrefslogtreecommitdiff
path: root/testsuite/tests/hsc2hs/hsc2hs003.hsc
blob: f46aa42ed18a3c461e3538348235d3ab073cac6f (plain)
1
2
3
4
5
6
7
8
9
10

-- Test that hsc2hs actually gives the right answer in "direct" mode

#include <stdint.h>

module Main (main) where

main :: IO ()
main = print #size uint16_t