Why gcc-10.1 and above gives a segfault but gcc-9.3 and prior doesn't?

前端 未结 0 562
心在旅途
心在旅途 2021-01-25 03:15

Let\'s assume the following code:

#include 
#include 

typedef struct s {
    int var_1;
    int var_2;
    int var_3;
} *my_struct         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题