Skip to content

Commit 8565716

Browse files
authored
Merge pull request #1301 from czgdp1807/struct_ret_c
Handle struct return type in C backend
2 parents ebf8b44 + 0a2dfe2 commit 8565716

File tree

4 files changed

+378
-225
lines changed

4 files changed

+378
-225
lines changed

integration_tests/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,8 @@ RUN(NAME structs_07 LABELS llvm c
311311
EXTRAFILES structs_07b.c)
312312
RUN(NAME structs_08 LABELS cpython llvm c)
313313
RUN(NAME structs_09 LABELS cpython llvm c)
314-
# TODO: Re-enable c in structs_10
315-
RUN(NAME structs_10 LABELS cpython llvm)
316-
RUN(NAME structs_11 LABELS cpython llvm)
314+
RUN(NAME structs_10 LABELS cpython llvm c)
315+
RUN(NAME structs_11 LABELS cpython llvm c)
317316
RUN(NAME structs_12 LABELS cpython llvm c)
318317
RUN(NAME structs_13 LABELS llvm c
319318
EXTRAFILES structs_13b.c)

0 commit comments

Comments
 (0)