mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-15 17:30:34 +08:00
6de9cd9a88
From-SVN: r81764
12 lines
77 B
C
12 lines
77 B
C
void
|
|
foo ()
|
|
{
|
|
}
|
|
|
|
int
|
|
main (int argc, char *argv[])
|
|
{
|
|
foo ();
|
|
return 0;
|
|
}
|