# HG changeset patch # User kazz # Date 1266530394 -32400 # Node ID ec57fdd8c880967eba6304ad0a021fc0796765bb # Parent 3eea721482e7e28b1b4b2db2061179210b45dc2e add test.c diff -r 3eea721482e7 -r ec57fdd8c880 test.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test.c Fri Feb 19 06:59:54 2010 +0900 @@ -0,0 +1,5 @@ +#include + +int main(int argc, char *argv[]) { + return 0; +}