1 2 3 4 5 6 7 8 9
#include <stdio.h> #include "defines.h" int main() { i32 num = -256; printf("A number: %d\n", num); return 0; }