summaryrefslogtreecommitdiff
path: root/tests/sources/0218_assign_rel.c
blob: 921d6ecbd6e89cca7e8d59c823cfd7d48ff0d218 (plain) (blame)
1
2
3
4
5
int x;
int y;
x = 15;
y = x + 2;
print(y);