summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/call-void.ll
blob: b23a8d9b2877b278d5182d19a98f5ad5269a7722 (plain)
1
2
3
4
5
6
7
8
void %foo() {
  ret void
}

int %main() {  
  call void ()* %foo() 
  ret int 0
}