1*deef35fdSEric Schrockfoo_t {
2*deef35fdSEric Schrock    int a = 0x1
3*deef35fdSEric Schrock    void *b = 0x2
4*deef35fdSEric Schrock    struct c = {
5*deef35fdSEric Schrock        uint64_t alpha = 0x3
6*deef35fdSEric Schrock        uint64_t beta = 0x4
7*deef35fdSEric Schrock    }
8*deef35fdSEric Schrock    ushort_t d = 0x5
9*deef35fdSEric Schrock    int e = 0x6
10*deef35fdSEric Schrock    forward_t *f = 0x7
11*deef35fdSEric Schrock    int (*)() g = 0x8
12*deef35fdSEric Schrock}
13