roc/crates/compiler/test_mono/generated/dbg_inside_string.txt
2025-01-05 21:25:22 -08:00

58 lines
1.8 KiB
Text
Generated

procedure Inspect.244 (Inspect.245, Inspect.243):
let Inspect.316 : Str = "\"";
let Inspect.315 : Str = CallByName Inspect.63 Inspect.245 Inspect.316;
dec Inspect.316;
let Inspect.311 : Str = CallByName Inspect.63 Inspect.315 Inspect.243;
let Inspect.312 : Str = "\"";
let Inspect.310 : Str = CallByName Inspect.63 Inspect.311 Inspect.312;
dec Inspect.312;
ret Inspect.310;
procedure Inspect.30 (Inspect.147):
ret Inspect.147;
procedure Inspect.33 (Inspect.152):
let Inspect.299 : Str = CallByName Inspect.5 Inspect.152;
let Inspect.298 : Str = CallByName Inspect.64 Inspect.299;
ret Inspect.298;
procedure Inspect.39 (Inspect.295):
let Inspect.305 : Str = "";
ret Inspect.305;
procedure Inspect.47 (Inspect.243):
let Inspect.307 : Str = CallByName Inspect.30 Inspect.243;
ret Inspect.307;
procedure Inspect.5 (Inspect.150):
let Inspect.306 : Str = CallByName Inspect.47 Inspect.150;
let Inspect.303 : {} = Struct {};
let Inspect.302 : Str = CallByName Inspect.39 Inspect.303;
let Inspect.301 : Str = CallByName Inspect.244 Inspect.302 Inspect.306;
dec Inspect.306;
ret Inspect.301;
procedure Inspect.63 (Inspect.294, Inspect.290):
let Inspect.314 : Str = CallByName Str.3 Inspect.294 Inspect.290;
ret Inspect.314;
procedure Inspect.64 (Inspect.296):
ret Inspect.296;
procedure Str.3 (#Attr.2, #Attr.3):
let Str.248 : Str = lowlevel StrConcat #Attr.2 #Attr.3;
ret Str.248;
procedure Test.0 ():
let Test.5 : Str = "Hello ";
let Test.2 : Str = "world";
inc Test.2;
let Test.3 : Str = CallByName Inspect.33 Test.2;
dbg Test.3;
dec Test.3;
let Test.8 : Str = "!";
let Test.6 : Str = CallByName Str.3 Test.2 Test.8;
dec Test.8;
let Test.4 : Str = CallByName Str.3 Test.5 Test.6;
dec Test.6;
ret Test.4;