index
:
firefox-esr
debian
progress-linux
upstream
debian 12 security: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
rust
/
proc-macro-error
/
tests
/
ui
/
option_ext.rs
blob: dfbfc038356281db9bf055aca20aec6903982ad7 (
plain
)
1
2
3
4
5
6
extern
crate
test_crate
;
use
test_crate
::
*
;
option_ext
!
(
one
,
two
);
fn
main
()
{}