summaryrefslogtreecommitdiff
path: root/tests/sources/0103_local.c
blob: c6683beec6d5e9dc87872f3cdf35311bf3e936da (plain) (blame)
1
2
3
4
5
int x = 12;
{
  int y = 9;
  print(x,y);
}