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
/
opt
/
interface1.h
blob
125f4b59ea0a6366cd4aebbcb9157d3795d1920b
1
#pragma interface
"interface1.h"
2
3
struct
Test
{
4
void
f
();
5
};
6
7
inline
void
Test
::
f
() {
8
}