project('else test', 'c')
var = false
if var
exe = executable('break', 'break.c')
else
exe = executable('prog', 'prog.c')
endif
test('elsetest', exe)