diff options
| author | bellard <bellard> | 2002-01-05 19:50:33 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2002-01-05 19:50:33 +0000 |
| commit | 872eed648c5758ccfd93b6b48ffc9d46a4b75102 (patch) | |
| tree | 40a46bdf3ab1d5e136517fa64d8699f938d12ecf /boundtest.c | |
| parent | ebe9e87ccf7ef063fe907d92b833b1eac41bb099 (diff) | |
| download | tinycc-872eed648c5758ccfd93b6b48ffc9d46a4b75102.tar.gz tinycc-872eed648c5758ccfd93b6b48ffc9d46a4b75102.tar.bz2 | |
comments
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; |
