| # They both have the same name, this tests we use +verbatim to distinguish them | |
| # using their filename. It also ensures we pass the importlib on Windows. | |
| # Those libs are in a subdir as regression test: | |
| # https://github.com/mesonbuild/meson/issues/12484 | |
| zero_shared = shared_library('zero', 'zero.c') | |
| zero_static = static_library('zero', 'zero_static.c') |