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