blob: b23a8d9b2877b278d5182d19a98f5ad5269a7722 [file] [log] [blame]
void %foo() {
ret void
}
int %main() {
call void ()* %foo()
ret int 0
}