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

#include <stdint.h>

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

#endif