From-SVN: r39964
This commit is contained in:
Ovidiu Predescu 2001-02-21 20:40:22 +00:00
parent 50920adb6b
commit e9ece3bcbc
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/* Contributed by Nicola Pero Wed Feb 21 12:08:16 GMT 2001 */
int main (void)
{
void nested (void)
{
return;
}
return 0;
}