mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
11 lines
126 B
LLVM
11 lines
126 B
LLVM
; RUN: llc < %s
|
|
|
|
define void @foo() {
|
|
ret void
|
|
}
|
|
|
|
define i32 @main() {
|
|
call void @foo( )
|
|
ret i32 0
|
|
}
|
|
|