]> git.saurik.com Git - apple/ld64.git/blob - 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
1
2
3 void foo()
4 {
5
6 }
7
8
9 void bar()
10 {
11 foo();
12 }
13
14
15
16 int main()
17 {
18 bar();
19 return 0;
20 }
21
22
23