📄 lookup3.c
字号:
// { dg-do run }// Test to make sure that the use of __typeof__ in WIFEXITED works.int main (){ int stat_loc = 0; (__extension__ ({ union { __typeof__ (stat_loc) __in; int __i; } __u; __u.__in = (stat_loc); __u.__i; }) );}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -