mirror of
https://github.com/opnsense/src.git
synced 2026-03-29 14:13:11 -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
|
||
|
|
}
|