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

CodeGen: fix child nodes usage #769

Merged
merged 1 commit into from
Sep 10, 2024
Merged

CodeGen: fix child nodes usage #769

merged 1 commit into from
Sep 10, 2024

Conversation

ehaas
Copy link
Collaborator

@ehaas ehaas commented Sep 9, 2024

This was caused by #750 ; not sure if there's an easy way to add a test at the moment. I tested manually with

extern int printf(const char *restrict fmt, ...);
int main(void) {
    int x = ({
        printf("Hello, world!\n");
        2;
    });
    return 0;
}

on x86_64 linux.

@Vexu Vexu merged commit 46f3995 into Vexu:master Sep 10, 2024
3 checks passed
@ehaas ehaas deleted the child-nodes-fix branch September 10, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants