repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20101020-1_0.h
blob
2de1d3c7682991c5f4442925753cdb61cf685d17
1
struct
A
;
2
typedef
void
(
A
::*
Am1
) (
void
*);
3
typedef
void
(
A
::*
Am2
) ();
4
5
struct
B
6
{
7
Am2 am2
;
8
};
9
10
struct
A
11
{
12
A
();
13
struct
B b
;
14
struct
C
*
c
;
15
struct
D
*
d
;
16
void
foo
(
Am1
);
17
void
bar
(
void
*);
18
};
19
20
struct
C
21
{
22
};
23