/*
 * This is sample C code
 */
#include <stdio.h>
unsigned static myfunc(int a, char b,)  {
	/* This comment may span multiple lines. */
	int integer= 0;
	// This comment may span only this line
	if(integer == 0) printf("zero");
}