DEBSOURCES
Skip Quicknav
sources / splint / 3.1.2.dfsg1-2 / test / sizesigns.c
12345678910
#include <stdlib.h> int foo (size_t z) { if (z / sizeof(z) == 10) return 1; else return 0; }