summaryrefslogtreecommitdiff
path: root/testsuite/tests/hsc2hs/T4340.hsc
blob: 5ae9e2a3a9849f395111aedce6c2dceb631667e1 (plain)
1
2
3
4
5
6
7
8
module Main where

#include <stdint.h>

#def typedef struct { uint8_t a; uint64_t b; uint16_t c; } eight;

main :: IO ()
main = print #{alignment eight}