The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#include "xshelper.h"

#include "foo.h"
#include "foo/bar.h"
#include "foo/baz.h"

X(bar_is_ok)(
	X(a), X(b), X(c)
){
	return a + b + c;
}