summaryrefslogtreecommitdiff
path: root/tests/headers/struct_with_struct.h
blob: 78b1cc81c66250a9004c363527b52aff4f1a3e49 (plain)
1
2
3
4
5
6
struct foo {
    struct {
        unsigned int x;
        unsigned int y;
    } bar;
};