extern crate libc; extern crate jsonnet; use libc::c_char; use jsonnet::ffi::command::{ Jsonnet }; #[test] pub fn jsonnet_version() { let msg : *const c_char = Jsonnet::version(); }