projet-traduction-langage/fichiersRat/src-rat-tam-test/testfun1.rat

8 lines
52 B
Plaintext
Raw Normal View History

2021-11-24 13:13:45 +00:00
int f (){
return 1;
}
test{
print call f ();
}