repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
initlist65.C
blob
061734f36aed1f49bb8fb31ec8e8946a1fe0dc6b
1
// Core 1270
2
// { dg-do compile { target c++11 } }
3
4
struct A
5
{
6
int i[2];
7
};
8
9
A f() { return {1,2}; }