mirror of
https://github.com/frida/tinycc
synced 2024-11-24 16:49:44 +03:00
comments
This commit is contained in:
parent
ebe9e87ccf
commit
872eed648c
@ -28,6 +28,7 @@ int test2(void)
|
||||
return sum;
|
||||
}
|
||||
|
||||
/* actually, profiling test */
|
||||
int test3(void)
|
||||
{
|
||||
int sum;
|
||||
@ -73,6 +74,7 @@ int test5(void)
|
||||
}
|
||||
|
||||
/* error */
|
||||
/* XXX: currently: bug */
|
||||
int test6(void)
|
||||
{
|
||||
int i, sum = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user