projet-traduction-langage/fichiersRat/src-rat-tds-test/testUtilisation26.rat

8 lines
76 B
Plaintext
Raw Normal View History

2021-11-24 13:13:45 +00:00
int add (int x int y){
int z = a;
return (x+z);
}
test{
int x = 1;
}