* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr36125.c
blob9257e84680a2955f5b638cad70dcb0e14cee3f08
1 /* PR middle-end/36125 */
3 extern void bar (long double *);
5 int
6 foo (long double x)
8 bar (&x);
9 return 0;