meson.build 79 B

12345
  1. project('module test', 'c')
  2. modtest = import('modtest')
  3. modtest.print_hello()