DEBSOURCES
Skip Quicknav
sources / bpftrace / 0.24.1-1.1 / tests / runtime / scripts / variable_scope.bt
1234567891011121314
begin { if (1) { $x = 1; } if (1) { let $x; if (0) { $x = 5; } print($x); } exit(); }