diff options
Diffstat (limited to 'tests/ui/extern-mod-syntax.rs')
| -rw-r--r-- | tests/ui/extern-mod-syntax.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/ui/extern-mod-syntax.rs b/tests/ui/extern-mod-syntax.rs deleted file mode 100644 index 65dfa6a0f57..00000000000 --- a/tests/ui/extern-mod-syntax.rs +++ /dev/null @@ -1,11 +0,0 @@ -// run-pass - -#![allow(unused_imports)] -#![no_std] - -extern crate std; -use std::ffi::c_void; - -pub fn main() { - std::println!("Hello world!"); -} |
