]> matita.cs.unibo.it Git - pkg-cerco/acc-trusted.git/blob - tests/test.c
Control and copyright added.
[pkg-cerco/acc-trusted.git] / tests / test.c
1 int main() {
2   int x = 0;
3   x += 4;
4   return x;
5 }