llgo/ssa: {datstruct, interface}.go

This commit is contained in:
xushiwei
2024-05-19 12:24:42 +08:00
parent 04428c5aed
commit 9a7fbaee00
4 changed files with 535 additions and 468 deletions

View File

@@ -28,6 +28,12 @@ func testCompile(t *testing.T, src, expected string) {
cltest.TestCompileEx(t, src, "foo.go", expected)
}
/*
func TestFromTestgo(t *testing.T) {
cltest.FromDir(t, "strucintf", "./_testgo", false)
}
*/
func TestFromTestpy(t *testing.T) {
cltest.FromDir(t, "", "./_testpy", false)
}