The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef __HOOK_OP_CHECK_SMARTMATCH_H__
#define __HOOK_OP_CHECK_SMARTMATCH_H__

#include "perl.h"
#include "hook_op_check.h"

UV hook_op_check_smartmatch();

#endif