lang-bootstrap/05/main.c
2022-02-12 11:37:40 -05:00

5 lines
75 B
C

static int x = -2;
long main(int argc, char **argv) {
return x + 17.3;
}