blob: 03c1d91fe6bf3ca3bc2c4e0abe83ca8e9558ba22 [file] [log] [blame]
Evgeniy Stepanov9fb70f52016-01-20 22:05:50 +00001define void @B() {
2 call void @A()
3 ret void
4}
5
6declare void @A()
7