Change test
This commit is contained in:
13
eval-final-projet/input/eval2-err.l
Normal file
13
eval-final-projet/input/eval2-err.l
Normal file
@@ -0,0 +1,13 @@
|
||||
add(entier $a, entier $b)
|
||||
{
|
||||
retour($a + $b);
|
||||
}
|
||||
|
||||
main()
|
||||
entier $x, entier $y, entier $z;
|
||||
{
|
||||
$x = 1;
|
||||
$y = 2;
|
||||
$z = 3;
|
||||
ecrire(add($x,$y,$z));
|
||||
}
|
||||
Reference in New Issue
Block a user