Initialization
int i = 42;
double x = 1.2, y = 3.4;
int a[] = {2, 3, 5, 7, 11, 13};
struct point p = {12, 34};