We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb962ad commit fa3c650Copy full SHA for fa3c650
.gitignore
@@ -177,3 +177,4 @@ integration_tests/bindc_01
177
integration_tests/bindc_01.c
178
integration_tests/bindc_02
179
integration_tests/bindc_02.c
180
+integration_tests/bindc_03
integration_tests/CMakeLists.txt
@@ -160,6 +160,8 @@ RUN(NAME test_c_interop_04 LABELS cpython llvm c
160
EXTRAFILES test_c_interop_04b.c)
161
RUN(NAME test_c_interop_05 LABELS llvm c
162
EXTRAFILES test_c_interop_05b.c)
163
+RUN(NAME bindc_03 LABELS llvm
164
+ EXTRAFILES bindc_03b.c)
165
RUN(NAME test_generics_01 LABELS cpython llvm)
166
RUN(NAME test_cmath LABELS cpython llvm)
167
RUN(NAME test_complex LABELS cpython llvm)
0 commit comments