diff options
Diffstat (limited to 'meson/test cases/unit/23 unfound pkgconfig/some.c')
-rw-r--r-- | meson/test cases/unit/23 unfound pkgconfig/some.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson/test cases/unit/23 unfound pkgconfig/some.c b/meson/test cases/unit/23 unfound pkgconfig/some.c new file mode 100644 index 000000000..fb765fb1f --- /dev/null +++ b/meson/test cases/unit/23 unfound pkgconfig/some.c @@ -0,0 +1,3 @@ +int some() { + return 6; +} |