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