aboutsummaryrefslogtreecommitdiff
path: root/lib/empty.c
blob: a7528a92118869ccf34922a2e13b8f1140d21c98 (plain) (blame)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../ops/common.h"

DEFINE_OP(empty)
{
	NEXT_OP(sp, a, x, y, o);
}