{
  int i = 'a';
  char *s = "hello\n";
  int c = '\0';
}
