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
/
init
/
attrib1.C
blob
839e4ce215d6f66079c3b92ef0ad29d2464a8992
1
// { dg-do run }
2
3
void f() __attribute((__constructor__));
4
int i;
5
void f() { i = 1; }
6
7
int main(int, char **)
8
{
9
return 1-i;
10
}