X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fobjc%2Fexecute%2Fnested-2.m;fp=gcc%2Ftestsuite%2Fobjc%2Fexecute%2Fnested-2.m;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=0c67ec14778dd729d515d65b501ce16c228cf6a3;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/objc/execute/nested-2.m b/gcc/testsuite/objc/execute/nested-2.m deleted file mode 100644 index 0c67ec14..00000000 --- a/gcc/testsuite/objc/execute/nested-2.m +++ /dev/null @@ -1,17 +0,0 @@ -/* 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; -} -