]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/weak_import-local/foo.c
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / weak_import-local / foo.c
CommitLineData
a645023d
A
1
2
3#include "foo.h"
4
5void func2() {}
6int data2 = 0; // weak_import initialized
7