]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/tmp_tests/Frontend/call.c
Package description and copyright added.
[pkg-cerco/acc.git] / tests / tmp_tests / Frontend / call.c
1
2 int f () { return 0; }
3
4 int main () { return (f()); }