mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
[tid 0]<--
|
|
[tid 32397]-->
|
|
{Call main(1)
|
|
Prima="io_sono_la_classe_Prima"
|
|
Seconda="io_sono_la_classe_Seconda"
|
|
Prima="io_sono_la_classe_Prima" Seconda="io_sono_la_classe_Seconda"
|
|
{Call Prima::operator<<()
|
|
this=(null)
|
|
}Return Prima::operator<<()
|
|
{Call Seconda::operator<<()
|
|
a1=(null)
|
|
}Return Seconda::operator<<()
|
|
}Return main(1)
|