1/* PR target/35760 */
2
3void
4foo (void)
5{
6  __complex__ float i = 0;
7}
8