Added. Contributed by Nicola Pero.
From-SVN: r40289
This commit is contained in:
parent
ed173cc96a
commit
81fe576ae0
17
gcc/testsuite/objc/execute/nested-2.m
Normal file
17
gcc/testsuite/objc/execute/nested-2.m
Normal file
@ -0,0 +1,17 @@
|
||||
/* Contributed by Nicola Pero Mon Mar 5 19:57:11 CET 2001 */
|
||||
|
||||
int main (void)
|
||||
{
|
||||
inline int nested (void)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (nested () != 1)
|
||||
{
|
||||
exit (1);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user