High-Level Language Example
int main()
{
  int x, y;
  x = 1;
  y = x + 2;
  return 0;
}