mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
5 lines
138 B
LLVM
5 lines
138 B
LLVM
; RUN: llc < %s -march=c
|
|
|
|
@fptr = global void ()* @f ;; Forward ref method defn
|
|
declare void @f() ;; External method
|
|
|