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