summaryrefslogtreecommitdiff
path: root/testsuite/tests/hsc2hs/T10272.h
blob: 1f3d724930ead69cee83ea648c6c7938c943ef24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#if !defined(_T10272_H_)
#define _T10272_H_

#include <stdint.h>

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

#endif