brintos

brintos / llvm-project-archived public Read only

0
0
Text · 125 B · 53fc36b Raw
10 lines · plain
1define void @_DllMainCRTStartup() {2entry:3  ret void4}5 6define dllexport void @f() local_unnamed_addr {7entry:8  ret void9}10