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
/
ext
/
init1.C
blob
f8d8e8533e433402677366859c5c4821e0a0eb7d
1
// PR c++/9623
2
// Test for trivial use of named initializer extension
3
// { dg-options "" }
4
5
struct S { int x; int y; };
6
S s = { x:1, y:2 };