DEBSOURCES
Skip Quicknav
sources / chibicc / 1.0.23.2-2 / test / issue80.c
12345678910
#include "test.h" const char str[] = {"foo"}; int main() { printf("%d\n", sizeof(str) ); ASSERT(4, sizeof(str)); return 0; }