vers24b.c 44 B

12345
  1. extern int x;
  2. void foo (void)
  3. {
  4. x = 24;
  5. }