-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
backend-cThe C backend (CBE) outputs C source code.The C backend (CBE) outputs C source code.contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.
Milestone
Description
This issue can be closed when we add CI test coverage that compiles the behavior tests with -ofmt=c and then compiles & runs them with MSVC.
This command can be used to produce a test.c file for testing with MSVC:
> stage3\bin\zig.exe test ..\test\behavior.zig -I..\test -ofmt=c -femit-bin=test.c
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backend-cThe C backend (CBE) outputs C source code.The C backend (CBE) outputs C source code.contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.