Ver a proveniência

added a file to help debug

master
Nathan R há 3 anos
ascendente
cometimento
b4dad36909
1 ficheiros alterados com 23 adições e 0 eliminações
  1. +23
    -0
      debug.c

+ 23
- 0
debug.c Ver ficheiro

@ -0,0 +1,23 @@
#ifdef FOO
XXX
#ifdef BAR
XXX
#endif
XXX
#endif
#define FOO 1
#ifdef FOO
#ifdef FOO
int x = 0;
#endif
int
main()
{
return x;
}
#endif

Carregando…
Cancelar
Guardar