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
/
ui
/
parser
/
extern-no-fn.rs
blob: 73568609cdfce9bf287fc0688639975edc900da8 (
plain
)
1
2
3
4
5
6
extern
"C"
{
f
();
//~ ERROR expected one of `!` or `::`, found `(`
}
fn
main
()
{
}