This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c4bb8f8aaf
rust
/
src
/
test
/
run-pass
/
nil-decl-in-foreign.rs
6 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
test: Add test for #901. Closes #901
2012-02-05 19:54:52 -06:00
// Issue #901
#[
nolink
]
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 18:11:00 -05:00
extern
mod
libc
{
test: Add test for #901. Closes #901
2012-02-05 19:54:52 -06:00
fn
printf
(
x
:
(
)
)
;
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink