mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-21 15:05:43 -07:00
fix first-time startup not being parameterized by startup window
This commit is contained in:
@@ -401,6 +401,17 @@ type_coverage_eval_tests(void){
|
||||
TestFunction *function = mule_get_module_function("dll_type_eval_tests");
|
||||
function();
|
||||
|
||||
int abc = 0;
|
||||
for(int i = 0; i < 1000; i += 1)
|
||||
{
|
||||
if(i == 500)
|
||||
{
|
||||
abc+= 1;
|
||||
}
|
||||
int a = i + abc;
|
||||
int b = a*5;
|
||||
}
|
||||
|
||||
int x = (int)(Anonymous_D);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user