X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Fother%2Flinkage1.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Fother%2Flinkage1.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=c2676bac1c284827c6afc0c45812453d5b9dd7da;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.dg/other/linkage1.C b/gcc/testsuite/g++.dg/other/linkage1.C deleted file mode 100644 index c2676bac..00000000 --- a/gcc/testsuite/g++.dg/other/linkage1.C +++ /dev/null @@ -1,14 +0,0 @@ -// { dg-do compile } - -// Copyright (C) 2001 Free Software Foundation, Inc. -// Contributed by Nathan Sidwell 9 Dec 2001 - -// PR 51 -// This example snippet is from the ISO C++ standard, sect 7.5 para 4: - -extern "C" typedef void FUNC_c(); - -class C { - public: - static FUNC_c* q; -};