]> git.proxmox.com Git - rustc.git/blob - src/liblibc/libc-test/src/main-generated.rs
Imported Upstream version 1.8.0+dfsg1
[rustc.git] / src / liblibc / libc-test / src / main-generated.rs
1 // Note that this main file is meant to mirror `main.rs` but is only used on the
2 // BSDs where the generated location of `all.rs` is slightly different
3
4 #![allow(bad_style, improper_ctypes)]
5 extern crate libc;
6
7 use libc::*;
8
9 include!("../all.rs");