1 // expected: type 'complex64' is not allowed 2 3 package main 4 5 func f() { 6 var c complex64 7 } 8