blob: 1a7e359c3dcec464fa5a188085e32c4cda75e4ea [file] [log] [blame]
/*
* 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");
}