blob: 12f27058d0598ed2db185ba46d7f32513fb6940b [file] [log] [blame]
project('silent_or', 'c')
if get_option('foo') == 'true'
or get_option('foo') == 'auto'
else
message('If this message is printed then something is wrong. The or above should give a syntax error.')
endif