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