a b/test/types-struct.c
1
struct test
2
{
3
    int a;
4
    int b;
5
};