Dereferencing a non-pointer crashes the compiler #74

Closed
opened 2025-02-28 00:24:52 +01:00 by belka · 0 comments
Owner
proc f() -> Int;
var
  x: Int
begin
  return x^
end

begin
end.
``` proc f() -> Int; var x: Int begin return x^ end begin end. ```
belka added the
bootstrap
label 2025-02-28 00:24:52 +01:00
belka closed this issue 2025-03-23 10:15:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#74
No description provided.