forked from Imagelibrary/binutils-gdb
Initial creation of sourceware repository
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
int nothing ()
|
||||
|
||||
{
|
||||
int x = 3 ;
|
||||
return x ;
|
||||
}
|
||||
|
||||
|
||||
main ()
|
||||
|
||||
{
|
||||
int y ;
|
||||
|
||||
y = nothing () ;
|
||||
printf ("hello\n") ;
|
||||
}
|
||||
Reference in New Issue
Block a user