Skip to content

Commit

Permalink
Add a Sample code file. Sample should be parsed sucessfully and code …
Browse files Browse the repository at this point in the history
…is generated.

Sign-Off: Muhammad Qasim Abdul Majeed <[email protected]>
  • Loading branch information
Muhammad Qasim Abdul Majeed committed Jan 8, 2022
1 parent 31f02a4 commit c9a7b7a
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions scope.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
int str ;
bool flag ;
//correct input
/* Function ABC*/
bool ABC ( int a , string b , string str )
{
int c ;
double badar ;
a = 6 * 3 * ( 2 * 3 + 1 ) ;
badar = 22.5 ;
while ( ( c < 1 ) )
{

string ss ;
// ss = p ;
while ( false )
{
c = c + a ;
if ( a <= 10 )
{
// hello world
return true ;
}
else
return a + a * c ;
}
}
//ss = "4";
{
int xyz ;
// xyz = xyz + 'b' * 3.7 ;
// zz = 0;
}
// zz = "HFGSD";
while ( true )
{
//b = ABC(a,c);
//b = b*c;
flag = false ;
}
// d = d + ( b + ( ( c + 2 ) * a ) ) ;
//if(a = b)
str = "Plag" ;
a = 10 ;
//flag = "hellowrodl";
//ss = 'B';
return flag ;
}

int add ( int b , int str )
{
b = b + str ;
return b ;
}

0 comments on commit c9a7b7a

Please sign in to comment.