aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/init.c b/test/init.c
index 24d1b7f..4087cd9 100644
--- a/test/init.c
+++ b/test/init.c
@@ -41,7 +41,7 @@ void f() {
}
*/
-void *rec[1] = {rec};
+void *rec[1] = {rec+1};
int printf(char *, ...);
int main() {