index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
indoc
/
tests
/
ui
/
printdoc-binary.rs
blob: 24e500e66510cf676adac489893c693faa3ee98d (
plain
)
1
2
3
4
5
use
indoc
::
printdoc
;
fn
main
()
{
printdoc
!
(
b""
);
}