You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int a[1][2][3];
int a;
int b;
struct A {
int a;
struct SB{} k;
struct SB c;
};
struct B {
int a;
struct B c;
};
int cnm(){
return 0;
}
int func(int a,int b){
return 0;
}
int nmsl(int a[1],int b);
int nmsl(int a,int a);
int nmsl(int a[1],int b){
int c[1][2];
int b;
int d;
struct A k;
int e=k.c;
int sb=nmsl(0,0);
b=g;
return 0;
}
struct B{
struct B{} a;
};
int main(){
return 0;
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: