diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/common/121 object only target/source2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/121 object only target/source2.c b/test cases/common/121 object only target/source2.c new file mode 100644 index 0000000..8024b97 --- /dev/null +++ b/test cases/common/121 object only target/source2.c @@ -0,0 +1,3 @@ +int func2_in_obj(void) { + return 0; +} |