# HG changeset patch # User kazz # Date 1266532092 -32400 # Node ID 5b83350011d6bbccb133b91ac8e49b27abc9f759 # Parent 2edb9c7e0f1293226cc4cc0cfb1c329d6a2e58ac change diff -r 2edb9c7e0f12 -r 5b83350011d6 test.c --- a/test.c Fri Feb 19 07:12:38 2010 +0900 +++ b/test.c Fri Feb 19 07:28:12 2010 +0900 @@ -3,6 +3,6 @@ int main(int argc, char *argv[]) { int a, b; a = 10; b = 11; - printf("hello %d\n", a = 10, b = 11); + printf("hello %d\n", a + b); return 0; }