diff options
Diffstat (limited to 'meson/test cases/common/133 c cpp and asm/somelib.c')
-rw-r--r-- | meson/test cases/common/133 c cpp and asm/somelib.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson/test cases/common/133 c cpp and asm/somelib.c b/meson/test cases/common/133 c cpp and asm/somelib.c new file mode 100644 index 000000000..e585b8e9f --- /dev/null +++ b/meson/test cases/common/133 c cpp and asm/somelib.c @@ -0,0 +1,3 @@ +int get_cval (void) { + return 0; +} |