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++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
canon-31724.C
blob
1a39f78a0979c2c33fc58de0addb19a9412e77d4
1
struct ac {ac();};
2
ac spline_rep1(void)
3
{
4
typedef ac at[2];
5
ac * b = new ac[2];
6
at *a = (at*)b;
7
return (*a)[0];
8
}