va_list-helper 0.0.2

Test helper for the `va_list` crate. Not for user consumption.
Documentation
use std::env;
extern crate gcc;

fn main() {
	::gcc::compile_library("libva_list_test.a", &["src/helper.c"]);
}