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
predicate aware uninitialized analysis
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
defarg3.C
blob
5c81c69e6793fc5278ec589b601a512e85011af2
1
struct A {
2
enum { value = 10 };
3
A() { f(); }
4
static int f(int i=value);
5
};