blob: 436d416073740e922f4cee362a97effd55804db1 [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=pic16 | FileCheck %s
;CHECK: #include p16f1xxx.inc
;CHECK: #include stdmacros.inc
define void @foo() nounwind {
entry:
ret void
}