blob: 101122eeb078e32bca07cbfb3bd086cb5d1c66b4 [file] [log] [blame]
option('unshared_option', type : 'string', value : 'three', yield : false)
option('shared_option', type : 'string', value : 'four', yield : true)
option('wrongtype_option', type : 'boolean', value : true, yield : true)