Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test] CMinus code test #21

Open
whaliendev opened this issue Jun 22, 2021 · 1 comment
Open

[test] CMinus code test #21

whaliendev opened this issue Jun 22, 2021 · 1 comment
Labels
code CMinus code test.

Comments

@whaliendev
Copy link

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;
}
@whaliendev whaliendev added the code CMinus code test. label Jun 22, 2021
@github-actions
Copy link

Compile failed. The error(s) is(are):

Error type B at Line 20: mismatched input ';' expecting '{'
Error type A at Line 27: Illegal floating-point numbers!

@github-actions github-actions bot locked as off-topic and limited conversation to collaborators Jun 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
code CMinus code test.
Projects
None yet
Development

No branches or pull requests

1 participant