index
:
thunderbird
debian
progress-linux
upstream
TODO
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
rust
/
cstr
/
tests
/
compile_fail
/
trash-after.rs
blob: 5e4f7c3f08496bb86f0662cf336da704ddd95d1f (
plain
)
1
2
3
4
5
use
cstr
::
cstr
;
fn
main
()
{
let
_foo
=
cstr
!
(
"foo"
+
"bar"
);
}