Ver código fonte

one file to either print a tree or the program

master
Nathan R 3 anos atrás
pai
commit
8b54180b76
1 arquivos alterados com 16 adições e 0 exclusões
  1. +16
    -0
      ccmeta-input.txt

+ 16
- 0
ccmeta-input.txt Ver arquivo

@ -0,0 +1,16 @@
#define INTE 3
typedef int (*pvfi)(int j);
void fun() {
typedef int i;
{
typedef float f;
i j1;
f g1;
}
i j2;
//pvfi for;
//j k;
//f g2; // <---- ERROR
}

Carregando…
Cancelar
Salvar