- Show debug information in sdb format - Fix null pointer segfault - Still work-in-progress for proper debug info * Some work on r_egg - Fix windows and osx default syscall tables * Export version number in vapi R2_VERSION * Hide ccache error if not found in sys/install
21 lines
238 B
R
21 lines
238 B
R
puts@global() {
|
|
/* do nothing */
|
|
}
|
|
main@global(128)
|
|
{
|
|
.var0 = 3;
|
|
.var4 = "counter";
|
|
{
|
|
puts(.var4);
|
|
.var0 -= 1;
|
|
} while(.var0);
|
|
/* comment */
|
|
.var0 = 3;
|
|
.var4 = "coconut";
|
|
while(.var0) {
|
|
puts(.var4);
|
|
.var0 -= 1;
|
|
}
|
|
0;
|
|
}
|
|
|