contract MinimalInit = record state = {foo : int} function init() = { foo = 0 }