meson.build 108 B

123456
  1. project('module test', 'c')
  2. modtest = import('modtest', i_cause: 'a_build_failure')
  3. modtest.print_hello()