📄 zero-strct-5.c
字号:
/* Check that the inliner does not crash for this testcase. gimple_expr can change the expr to NULL meaning that we should not add any statement. */struct f {};struct g1 {struct f l;};static inline void g(struct f a, int i){}void h(void){ struct g1 t; g(t.l , 1);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -