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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
ext
/
complit5.C
blob
c406c998046f1e6e29ee6a0b7cba8179c9331b73
1
// PR c++/25417
2
// { dg-options "" }
3
4
struct object {
5
int a;
6
int b;
7
};
8
9
void f (int c, int d)
10
{
11
object o = ((object){ a : c, b : d});
12
}