blob: c1df2572893dedec4b290f8d5b83ec3a05ff74c9 (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
#ifndef TEST
extern inline int libexec_pipe_commandsv(enum libexec_pipe, struct libexec_command *const *);
#else
LIBEXEC_CONST__ int main(void) {return 0;} /* TODO test */
#endif
|