11 lines
71 B
Text
11 lines
71 B
Text
struct b {
|
|
a ciao,
|
|
}
|
|
|
|
struct c {
|
|
u32 test,
|
|
}
|
|
|
|
struct a {
|
|
c hello,
|
|
}
|