2014-07-29 Ed Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr60647-1.c
blob73ea85688075c07e590d9bb49b7b7568a33130e8
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 struct _wincore
6 int y;
7 int width;
8 };
9 int a;
10 static fn1 (dpy, winInfo) struct _XDisplay *dpy;
11 struct _wincore *winInfo;
13 a = winInfo->width;
14 fn2 ();
17 static fn3 (dpy, winInfo, visrgn) struct _XDisplay *dpy;
19 int b = fn1 (0, winInfo);
20 fn4 (0, 0, visrgn);
23 fn5 (event) struct _XEvent *event;
25 fn3 (0, 0, 0);