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
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr103038.C
blob
bb7183a460e170c27ac90ee680efaeebf1194698
1
/* { dg-do compile } */
2
/* { dg-options "-ftrivial-auto-var-init=pattern" } */
3
4
struct S;
5
void test() { int(S::*PtrMem); }