diff options
Diffstat (limited to 'boundtest.c')
| -rw-r--r-- | boundtest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boundtest.c b/boundtest.c index 2266ab7..25219bb 100644 --- a/boundtest.c +++ b/boundtest.c @@ -28,6 +28,7 @@ int test2(void) return sum; } +/* actually, profiling test */ int test3(void) { int sum; @@ -73,6 +74,7 @@ int test5(void) } /* error */ +/* XXX: currently: bug */ int test6(void) { int i, sum = 0; |
