index
:
nitrocli
devel
master
nitrokey-v0.8.0
otp-cache
output-formats
status
Robin Krahl's fork of nitrocli
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proc-macro-error
/
test-crate
/
tests
/
ui
/
direct_abort.rs
blob: b5a4c97695d17a89f4dbbea8d0e792a0d34e98a5 (
plain
)
1
2
3
4
5
6
extern
crate
test_crate
;
use
test_crate
::
make_fn
;
make_fn
!
(
direct_abort
);
fn
main
()
{}