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
Fix gcc.c-torture/execute/ieee/cdivchkf.c on hpux
[official-gcc.git]
/
libvtv
/
testsuite
/
libvtv.cc
/
parts-test-extra-parts-views.cpp
blob
13d7fdc6e4fad5cfd09068c9287c008346055af2
1
#include
"parts-test-extra-parts-views.h"
2
3
ExtraPartsViews
::
ExtraPartsViews
()
4
:
ExtraParts
() {
5
}
6
7
ExtraPartsViews
::~
ExtraPartsViews
() {}
8
9
void
10
ExtraPartsViews
::
ToolkitInitialized
()
11
{
12
/* Do something */
13
int
sum
=
0
;
14
for
(
int
i
=
0
;
i
<
10
; ++
i
)
15
sum
+=
i
;
16
}