#include <stdio.h> main() { printf("hello, world\n"); }
int a; a = 1;
int a = 1; int a = 3;
abc.def = 5;