/* See LICENSE file for copyright and license details. */ #include "common.h" #ifndef TEST extern inline int libexec_pipe_commands(enum libexec_pipe, ...); #else LIBEXEC_CONST__ int main(void) {return 0;} /* TODO test */ #endif