Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / other / linkage1.C
blobc2676bac1c284827c6afc0c45812453d5b9dd7da
1 // { dg-do compile }
3 // Copyright (C) 2001 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 9 Dec 2001 <nathan@nathan@codesourcery.com>
6 // PR 51
7 // This example snippet is from the ISO C++ standard, sect 7.5 para 4:
9 extern "C" typedef void FUNC_c();
11 class C {
12   public:
13   static FUNC_c* q;