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

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

#include <stdint.h>

module Main (main) where

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