Skip to content

Commit a7ccc16

Browse files
committed
Tests.
1 parent a9100c7 commit a7ccc16

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

main.fpl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@ variable bool a -> vrai;
22
envoyer a;
33

44
variable bool globale b -> faux;
5-
envoyer b;
5+
envoyer b;
6+
7+
variable auto c -> a;
8+
envoyer c;
9+
10+
variable auto globale d -> b;
11+
envoyer d;

0 commit comments

Comments
 (0)