update test file

This commit is contained in:
csh
2025-10-25 14:06:58 +08:00
parent 6be3662226
commit 117f8e878e
13 changed files with 171248 additions and 149577 deletions
+21
View File
@@ -0,0 +1,21 @@
var d, e: boolean;
global c, d;
static e, f;
const a: boolean = false;
var a, b: boolean := true;
static d := "abc";
global c := 123456;
// e := f1();
// function f1(a: string; b: boolean = true): integer;
// begin
// end;
// function f2(a, b, c);overload;
// begin
// end;
// var d := 1;
// c := false;
// f := fa();