blob: f058b974373598df89ac57a5d0fc7dcad308ea95 [file] [log] [blame]
main ()
{
foo ();
}
/* lines after main () */
/* lines after main () */
/* lines after main () */
/* much space */
/* lines after main () */
foo ()
{
bar ();
}
/* lines after foo () */
/* lines after foo () */
/* much more space */
/* lines after foo () */
bar ()
{
}