diff test/tmp8.c @ 17:fdbf2fbc8140

*** empty log message ***
author kono
date Thu, 28 Jun 2001 14:33:44 +0900 (2001-06-28)
parents
children 096559f07a70
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/tmp8.c	Thu Jun 28 14:33:44 2001 +0900
@@ -0,0 +1,7 @@
+
+
+int
+f(int i,int j,int k,void *l)
+{
+    return f(i,j,k,alloca(i));
+}