project('simple c#', 'cs')
e = executable('prog', 'prog.cs', 'text.cs', install : true)
test('basic', e)