meson.build 220 B

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