cl: _testdata/printf

This commit is contained in:
xushiwei
2024-04-21 17:54:51 +08:00
parent 7cab76f444
commit 7ffedc2da7
5 changed files with 77 additions and 19 deletions

View File

@@ -28,5 +28,6 @@ declare void @printf(ptr, ...)
define void @main() {
_llgo_0:
call void (ptr, ...) @printf(ptr @hello)
ret void
}