1; RUN: llc < %s -march=avr | FileCheck %s
2
3define void @foo(i1) {
4; CHECK-LABEL: foo:
5; CHECK: ret
6  ret void
7}
8