gdb-intro-kwlug/examples/stap-probe/baz.c

13 lines
109 B
C

struct baz
{
int a;
char b;
union
{
int c;
char d;
} u;
};
struct baz blabla;