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
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20080709_0.C
blob
55ae8c9ec2c10c30413c703eeb8db1efb1b57206
1
// { dg-lto-do run }
2
3
class Init {
4
};
5
6
int f(Init *a) {
7
}
8
9
int main(void){
10
return 0;
11
}