repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
other
/
linkage1.C
blob
c2676bac1c284827c6afc0c45812453d5b9dd7da
1
// { dg-do compile }
2
3
// Copyright (C) 2001 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 9 Dec 2001 <nathan@nathan@codesourcery.com>
5
6
// PR 51
7
// This example snippet is from the ISO C++ standard, sect 7.5 para 4:
8
9
extern "C" typedef void FUNC_c();
10
11
class C {
12
public:
13
static FUNC_c* q;
14
};