package main

import (
  "fmt"
  "bytes"
)

func main() {
  var herp []byte
  herp = bytes("\u0100")
}
