Codeblock test

Added: 2026
Author:

test codeblock

package codeblock_test

import "testing"

var nonsense = &struct{x int}{x: 555}

func TestCodeblock(t *testing.T) {
    t.Errorf("ooops! %d", 1)
}
assert 1+1