-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
area/lang/sexpRelating to the S-expression languageRelating to the S-expression languagearea/overridesIssues related to function or system call overridesIssues related to function or system call overridesstatus/has testStatus: Has an expected failure test in the repoStatus: Has an expected failure test in the repotype/bugSomething isn't workingSomething isn't working
Description
(declare @extern () Unit)
(defun @test ((regs X86Regs)) X86Regs
(start start:
(funcall @extern)
(return regs)))
Finished analyzing 'test'. Likely bug: unavoidable error (safety condition is unsatisfiable) at :1:0
:1:0: error: in _start
Global symbol not allocated
Details:
Global symbol "extern" has no associated allocation
c.f. the following LLVM S-expression program:
(declare @extern () Unit)
(defun @test () Unit
(start start:
(funcall @extern)
(return ())))
All goals passed!
Finished analyzing 'test'.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/lang/sexpRelating to the S-expression languageRelating to the S-expression languagearea/overridesIssues related to function or system call overridesIssues related to function or system call overridesstatus/has testStatus: Has an expected failure test in the repoStatus: Has an expected failure test in the repotype/bugSomething isn't workingSomething isn't working