From 872eed648c5758ccfd93b6b48ffc9d46a4b75102 Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 5 Jan 2002 19:50:33 +0000 Subject: [PATCH] comments --- boundtest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boundtest.c b/boundtest.c index 2266ab71..25219bb3 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;