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
/
tests
/
run-make
/
silly-file-names
/
silly-file-names.rs
blob: a20082091413035f9184a096546f3f0e6569e696 (
plain
)
1
2
3
4
fn
main
()
{
println!
(
include!
(
"<leading-lt"
));
println!
(
include!
(
"trailing-gt>"
));
}