mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 20:06:42 -04:00
7 lines
92 B
LLVM
7 lines
92 B
LLVM
; RUN: llvm-as %s -o %t.bc
|
|
; RUN: lli %t.bc > /dev/null
|
|
|
|
define i32 @main() {
|
|
ret i32 0
|
|
}
|
|
|