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

9 lines
85 B
Plaintext
Raw Normal View History

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