1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-06 00:33:42 +00:00

Added pointify step. Still need to output the var to memory. #328

This commit is contained in:
jespergravgaard 2019-09-26 10:01:48 +02:00
parent 3ede41bab1
commit 5ddb1e9507

View File

@ -35,10 +35,12 @@ public class TestPrograms {
public TestPrograms() {
}
/*
@Test
public void testDelcaredMemoryVar0() throws IOException, URISyntaxException {
compileAndCompare("declared-memory-var-0", log().verboseParse().verboseCreateSsa());
}
*/
/*
@Test