X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.law%2Farg5.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.law%2Farg5.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=9c3c81cec90d16142b5263ad96cd67bcfe92c6ee;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.law/arg5.C b/gcc/testsuite/g++.old-deja/g++.law/arg5.C deleted file mode 100644 index 9c3c81ce..00000000 --- a/gcc/testsuite/g++.old-deja/g++.law/arg5.C +++ /dev/null @@ -1,16 +0,0 @@ -// Build don't link: -// GROUPS passed arg-matching -extern double pow(double,int*); - -extern "C" { - extern int printf (const char *, ...); - extern double pow(double, double); -} - -int main() -{ - if (pow (2.0, 3.0) != 8.0) - { printf ("FAIL\n"); return 1; } - else - printf ("PASS\n"); -}