blob: 9684ed2745297df7fdea692b1f98f5060e9636c5 [file] [log] [blame]
void foo(void)
{
int a;
int b;// comment
/* comment */
a = b;
return;
}