summaryrefslogtreecommitdiff
path: root/miniany/test1.c
blob: db266c0c6b0bbb88d702ba3b8e6ad0fbfb5d5e09 (plain)
1
2
3
4
5
6
7
/* test1 */

int i;
int j;

i = 12+25/5-2*3; // another comment
j = i/3+3*4; // another assignment