]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/dwarf-debug-notes-uuid/main.c
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / dwarf-debug-notes-uuid / main.c
CommitLineData
a645023d
A
1
2
3void foo()
4{
5
6}
7
8
9void bar()
10{
11 foo();
12}
13
14
15
16int main()
17{
18 bar();
19 return 0;
20}
21
22
23