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