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
/
multiple_tokens.rs
blob: 215928f6f489e55dd3740c397dc87e168be3a990 (
plain
)
1
2
3
4
5
6
extern
crate
test_crate
;
#[test_crate::multiple_tokens]
type
T
=
();
fn
main
()
{}