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
PR c++/86728 - C variadic generic lambda.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
abi
/
empty16.h
blob
7552ae06576bc70e23fc986c559d6028965a71c2
1
#ifdef __cplusplus
2
struct
A1
{};
3
struct
A2
{};
4
struct
dummy
:
A1
,
A2
{} ;
5
#else
6
struct
dummy
{};
7
#endif
8
9
struct
foo
10
{
11
int
i1
;
12
int
i2
;
13
int
i3
;
14
int
i4
;
15
int
i5
;
16
};