mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
6 lines
88 B
LLVM
6 lines
88 B
LLVM
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
|
|
|
|
define void @test() {
|
|
ret void
|
|
}
|
|
|