]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/tmp_tests/Frontend/call.c
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / tmp_tests / Frontend / call.c
1
2 int f () { return 0; }
3
4 int main () { return (f()); }