> foo("blah"[]); > > Notice the slice operator. This converts the static array into a dynamic > one. Kind of ugly, but. Hm.. Yes. That works. But I was hoping for a solution inside the function definition, so i could still use regular string literals.