X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ftest0.c;h=35d2c8d2ac3b9b6a9dff6661cf5250fb7b666b01;hb=e0b1c7a7632d9dc537ccb2c42f34275c66a9db34;hp=802f328e7cc93a76444264fae9d9c81ff81a7e04;hpb=19b04b8b3e662ccc059449f62ea50baca79dff83;p=16.git diff --git a/src/test0.c b/src/test0.c index 802f328e..35d2c8d2 100755 --- a/src/test0.c +++ b/src/test0.c @@ -32,6 +32,6 @@ void main() baka(z); pee(z); printf("&w=%Fp\n", &w); - printf("z=%Fp\n", z); + printf("&z=%Fp\n", &z); printf("*z=%Fp\n", *z); }