mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 10:24:52 +08:00
Added.
From-SVN: r39964
This commit is contained in:
parent
50920adb6b
commit
e9ece3bcbc
12
gcc/testsuite/objc/execute/nested-1.m
Normal file
12
gcc/testsuite/objc/execute/nested-1.m
Normal 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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user