The following program prints " 0", while it should produce an error.
package main import"fmt"funcmain() { fmt.Printf("%q\n", fmt.Sprintf("%184467440737095516170v", 0)) }