Sign in
llvm
/
third_party
/
cpython
/
refs/heads/main
/
.
/
Lib
/
test
/
dtracedata
/
assert_usable.d
blob: 0b2d4da66e0121e0b81b3e5b2989fc4209dd82f7 [
file
] [
log
] [
blame
] [
edit
]
BEGIN
{
printf
(
"probe: success\n"
);
exit
(
0
);
}