blob: c917fb17a8a263d8bbf92f36f592df9097f9b2d3 [file] [log] [blame]
int foo1(void)
{
bar();
return
NewClass(1);
}
int foo2(void)
{
return
NewClass(2);
}
int foo3(void)
{
bar(none);
// comment
return
3;
}
int foo4(void)
{
return
4;
}