Browse Source

added a file to help debug

master
Nathan R 4 years ago
parent
commit
b4dad36909
1 changed files with 23 additions and 0 deletions
  1. +23
    -0
      debug.c

+ 23
- 0
debug.c View File

@ -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

Loading…
Cancel
Save