aboutsummaryrefslogblamecommitdiffstats
path: root/test.c
blob: 41fff1f101bcd4763b8e7b6c00f648d730ce96be (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                                                         
 






                                                 
/* See LICENSE file for copyright and license details. */
#include <stdio.h>


int
main(int argc, char *argv[])
{
	if (argc)
		printf("%s,%i\n", argv[0], argc);
	return 0;
}