]>
git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/dwarf-debug-notes/other.cxx
6 static int custom
__asm__(".my_non_standard_name") = 1;
9 static int scustominit
__asm__(".my_non_standard_name_static") = 1;
13 static int bar_uninit
;
14 static int bar_init
=3;
18 return 20 + suninit
+ sinit
+
19 bar_init
+ bar_uninit
+ foo(x
);
22 extern void disappear() __asm__("lbegone");
25 extern void foo() __asm__(".my_non_standard_function_name");
26 void foo() { disappear(); }