register allocator stub

This commit is contained in:
Mark Canlas 2024-01-16 19:47:51 -05:00
parent bf67f5fc29
commit ae459a3334

View File

@ -0,0 +1,8 @@
package com.htmlism.firepower.core
import weaver.FunSuite
object RegisterAllocatorSuite extends FunSuite:
// TODO
test("cam allocate registers"):
expect.eql(1, 1)