1define void @foo() {
2entry:
3  ret void
4}
5
6define void @bar() {
7entry:
8  ret void
9}
10