diff options
Diffstat (limited to 'test cases/unit/76 as link whole/bar.c')
-rw-r--r-- | test cases/unit/76 as link whole/bar.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/unit/76 as link whole/bar.c b/test cases/unit/76 as link whole/bar.c new file mode 100644 index 0000000..79dea9d --- /dev/null +++ b/test cases/unit/76 as link whole/bar.c @@ -0,0 +1,6 @@ +int bar(void); + +int bar(void) +{ + return 0; +} |