aboutsummaryrefslogtreecommitdiff
path: root/Semestr 4/ask/lista8/mismatch-b.c
blob: 451d5b311d6af2cea0e574d90dd01cd5b484790f (plain)
1
2
3
4
5
6
7
8
/* mismatch-b.c */
#include <stdio.h>

char main;

void p2() {
  printf("0x%x\n", main);
}