project('Objective C++', 'objcpp', default_options: 'cpp_std=c++14')
exe = executable('objcppprog', 'prog.mm')
test('objcpp', exe)