ejschwartz commited on
Commit
1d30af4
·
1 Parent(s): 47ebfff

Add a reloc

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -139,7 +139,7 @@ def run():
139
  gr.Textbox(
140
  lines=10,
141
  label="Decompiled C Source Code",
142
- value="int foo() { return 0; }",
143
  ),
144
  gr.Textbox(label="Compiler", value="g++"),
145
  gr.Textbox(label="Compiler Flags", value="-O2"),
 
139
  gr.Textbox(
140
  lines=10,
141
  label="Decompiled C Source Code",
142
+ value="int x;\nint foo() { return x; }",
143
  ),
144
  gr.Textbox(label="Compiler", value="g++"),
145
  gr.Textbox(label="Compiler Flags", value="-O2"),