DEBSOURCES
Skip Quicknav
sources / lfortran / 0.60.0-1 / integration_tests / bindc_06b.c
12345678
#include <stdbool.h> #include <stdint.h> int c_int4 = 1; int64_t c_int8 = 2; int tmp_value = 12; bool c_logical = false; void *c_type_c_ptr = &tmp_value;