]> matita.cs.unibo.it Git - pkg-cerco/acc-trusted.git/blob - tests/test8.c
Imported Upstream version 0.1
[pkg-cerco/acc-trusted.git] / tests / test8.c
1 int main() {
2         int x = 4;
3         if (x == 4) { return 3; } else { return 5; }
4 }