compiler/cl/_testgo: reflectconv

This commit is contained in:
visualfc
2025-02-03 19:16:30 +08:00
parent 3caae31374
commit 9ddd4d4161
4 changed files with 758 additions and 9 deletions

View File

@@ -26,4 +26,4 @@ long llgoFromFloat32(float v) {
castUnion k;
k.f = v;
return k.v;
}
}