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