package empty func Empty() {} func Count() { // count to a million for i := 0; i < 1e6; i++ { } }