Initial Revision
[ohcount] / test / src_dir / diff2_new.c
1 /* new */
2 #include 'foo.c'
3 /* common */
4 int do_stuff(old_code) {
5         int common;
6         int new_var;
7 }