summaryrefslogtreecommitdiff
path: root/reference/C/PROBLEMS/ljust.c
blob: 44aa653efd3f70de446e3515933a43b31275216b (plain)
1
2
3
4
5
main()
{
  int*a=0;
  *a=1;
}