Files
RedBear-OS/local/recipes/dev/meson/source/test cases/failing/61 string as link target/meson.build
T

3 lines
90 B
Meson

project('string as link argument', 'c')
executable('myprog', 'prog.c', link_with: [ '' ])