Some arbitrary boxes got rendered at the top with the following test code.
1 #include<stdio.h>
2
3 union Val{
4 int i;
5 char c;
6 int m;
7 };
8
9 int main()
10 {
11 union Val test, _p, *_pp;
12 p = &test;
13 pp = &p;
14 test.i = 321;
15 printf("%d %c", test.i, test.c);
16 return 0;
17 }
Some arbitrary boxes got rendered at the top with the following test code.
1 #include<stdio.h>
2
3 union Val{
4 int i;
5 char c;
6 int m;
7 };
8
9 int main()
10 {
11 union Val test, _p, *_pp;
12 p = &test;
13 pp = &p;
14 test.i = 321;
15 printf("%d %c", test.i, test.c);
16 return 0;
17 }