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
* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
overload
/
defarg7.C
blob
8cc08f538693b6f741386f0ee7463d2da17a0c8b
1
struct A
2
{
3
A(const char *);
4
explicit A(const int *);
5
};
6
7
void f (A a = 0);
8
9
int main()
10
{
11
f();
12
}