c++: prev declared hidden tmpl friend inst [PR112288]
[official-gcc.git] / gcc / testsuite / gcc.dg / ipa / pr80104.c
blob7e75c9907e7d292bcabb815887b36a2520c714b7
1 /* PR ipa/80104 */
2 /* { dg-do compile } */
3 /* { dg-options "-fipa-icf" } */
5 float
6 a (_Complex float b)
8 return *&b;
11 float
12 c (_Complex float b)
14 return (&b)[0];