Results 1 issues of hua andy

msys2/i686-w64-mingw32 13.2.0, test this program, cat main.c: ``` #include #include char HOST_EXTRA_OBJS_SYMBOL asm ("HOST_EXTRA_OBJS_SYMBOL"); int add(int x, int y) { return (x+y); } int main(void) { printf("hello, msys2\n"); return 0;...