mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
8 lines
100 B
LLVM
8 lines
100 B
LLVM
|
|
declare void @analias()
|
||
|
|
|
||
|
|
define void @callanalias() #0 {
|
||
|
|
entry:
|
||
|
|
call void @analias()
|
||
|
|
ret void
|
||
|
|
}
|