package main

import (
  "fmt"
  "bytes"
)

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