diff test/tmp7.c @ 896:d712ee10feb7

local_nptr for locally defined struct
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 06 Apr 2014 19:20:58 +0900
parents 1a027275743d
children
line wrap: on
line diff
--- a/test/tmp7.c	Sun Apr 06 17:11:44 2014 +0900
+++ b/test/tmp7.c	Sun Apr 06 19:20:58 2014 +0900
@@ -146,7 +146,7 @@
 
 static void
 l(s p, s q){
-    printf("%d %d\n", p.x, p.y);
+    printf("#0148:%d %d\n", p.x, p.y);
 }
 
 INLINE void
@@ -171,6 +171,6 @@
 main7(struct aa a1)
 {
     struct aa b = main0(0xff);
-    printf("#0065:main7 b.a[55] %d\n",b.a[55]);
+    printf("#0173:main7 b.a[55] %d\n",b.a[55]);
 }