mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
10 lines
125 B
LLVM
10 lines
125 B
LLVM
|
define void @_DllMainCRTStartup() {
|
||
|
entry:
|
||
|
ret void
|
||
|
}
|
||
|
|
||
|
define dllexport void @f() local_unnamed_addr {
|
||
|
entry:
|
||
|
ret void
|
||
|
}
|