#! stap -p2 probe begin { // Test DWARF through a ternary expression, with mismatched types. // (These are actually the same, but coming from different cast modules.) println( (randint(2) ? & @cast(0, "sockaddr_un", "") : & @cast(0, "sockaddr_un", "") ) -> sun_family ) }