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
rust
/
src
/
test
/
run-pass
/
nil-decl-in-foreign.rs
7 lines
102 B
Rust
Raw
Normal View
History
Unescape
Escape
test: Add test for #901. Closes #901
2012-02-05 17:54:52 -08:00
// Issue #901
#[
nolink
]
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
2012-07-03 16:11:00 -07:00
extern
mod
libc
{
Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports];
2012-09-21 18:10:45 -07:00
#[
legacy_exports
]
;
test: Add test for #901. Closes #901
2012-02-05 17:54:52 -08:00
fn
printf
(
x
:
(
)
)
;
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink