// @BAKE gcc $@ -o $*
signed main() {
    char * c[4];
    return sizeof(c);
}