diff options
Diffstat (limited to 'test/link/common_symbols/c.c')
| -rw-r--r-- | test/link/common_symbols/c.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/link/common_symbols/c.c b/test/link/common_symbols/c.c new file mode 100644 index 0000000000..fdf60b9ca8 --- /dev/null +++ b/test/link/common_symbols/c.c @@ -0,0 +1,5 @@ +extern int k; + +int common_defined_externally() { + return k; +} |
