-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
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 TCC.
This command can be used to produce a test.c file for testing with tcc:
$ stage3/bin/zig test ../test/behavior.zig -I../test -ofmt=c -femit-bin=test.c
LinuxUserGD, elringus, motiejus, EriKWDev and LowByteFox
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.