blob: 608fe4ead9905fb1cb9bc9a4b798118cf3d63011 [file] [log] [blame]
Alex Crichtond820c4a2016-01-18 11:16:38 -08001// 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)]
5extern crate libc;
6
7use libc::*;
8
9include!("../all.rs");