// +build linux
package nsenter
/*
__attribute__((constructor)) init() {
nsenter();
nsexec();
}
*/
import "C"