# Comment on the first line project('trivial test', 'c', meson_version : '>=0.27.0') #this is a comment sources = 'trivial.c' exe = executable('trivialprog', sources : sources) test('runtest', exe) # This is a comment