project('objective c', 'objc', default_options: ['c_std=c99'])
exe = executable('prog', 'prog.m')
test('objctest', exe)