aboutsummaryrefslogtreecommitdiffstats
path: root/special_builtins.c
blob: 20e37aea8ecf871a36a2cad38368747f60fa19ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* See LICENSE file for copyright and license details. */
#include "common.h"


int
colon_main(int argc, char **argv)
{
	(void) argc;
	(void) argv;
	return 0;
}