index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
data
/
parser
/
ok
/
0021_extern_fn.rs
blob: e929eef74141376db35856f23771584413595cff (
plain
)
1
2
3
4
5
6
7
8
extern
fn
foo
()
{
}
extern
"C"
fn
bar
()
{
}
extern
r"D"
fn
baz
()
{
}