ソースを参照

added a file to help debug

master
Nathan R 3年前
コミット
b4dad36909
1個のファイルの変更23行の追加0行の削除
  1. +23
    -0
      debug.c

+ 23
- 0
debug.c ファイルの表示

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

読み込み中…
キャンセル
保存