[52cec0]: / test / types-struct.c  Maximize  Restore  History

Download this file

6 lines (5 with data), 33 Bytes

1
2
3
4
5
struct test
{
int a;
int b;
};