]> git.saurik.com Git - apple/ld64.git/blame - ld64-134.9/unit-tests/test-cases/duplicate_symbols/main_no_extern.c
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / duplicate_symbols / main_no_extern.c
CommitLineData
b1f7435d
A
1/*
2This file contains symbols that are duplicated in another file,
3but does not reference anything that would pull in the duplicates.
4*/
5
6void a() {
7}
8
9void b() {
10}
11
12int main() {
13}