# Comment on the first line
project('trivial test',
# Comment inside a function call + array for language list
['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