DEBSOURCES
Skip Quicknav
sources / antlr / 2.7.7%2Bdfsg-14 / examples / csharp / ParseTreeDebug / decl.c
1234567891011121314151617
int i; int *i; int f(char c, char *d) { int f; c = 'c'; d = "foo"; i = c+3*f; if ( i ) { f = c; } else { f = 1; } }