// expected: 'new' is not allowed package main func startup() { _ = new(int32) }