package main

import (
  "fmt"
  "bytes"
)

func main() {
  herp []bytes
  herp = "\u100"
}