repl: "run" command with -ofmt=c causes an access denied error #8827
Labels
backend-c
The C backend (CBE) outputs C source code.
bug
Observed behavior contradicts documented or intended behavior
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
This happens because it tries to execute the ".c" file as a child process instead of executing
zig run
on it.The text was updated successfully, but these errors were encountered: