aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard>2002-01-05 19:50:33 +0000
committerbellard <bellard>2002-01-05 19:50:33 +0000
commit872eed648c5758ccfd93b6b48ffc9d46a4b75102 (patch)
tree40a46bdf3ab1d5e136517fa64d8699f938d12ecf
parentebe9e87ccf7ef063fe907d92b833b1eac41bb099 (diff)
downloadtinycc-872eed648c5758ccfd93b6b48ffc9d46a4b75102.tar.gz
tinycc-872eed648c5758ccfd93b6b48ffc9d46a4b75102.tar.bz2
comments
-rw-r--r--boundtest.c2
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;