6 lines
79 B
C
6 lines
79 B
C
// @BAKE gcc $@ -o $*
|
|
signed main() {
|
|
char * c[4];
|
|
return sizeof(c);
|
|
}
|