* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr37418-4.c
blobbc872789004ba8e489e5bd5a0c30f4b3a02cb121
1 typedef void ft(int);
2 const ft f;
3 void f2(ft *p __attribute__((const)))
5 p = f;