wip: vectors, panics and lsp fix
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
@inline(never)
|
||||
func getDenominator() -> Int {
|
||||
return 0
|
||||
}
|
||||
|
||||
@_cdecl("kmain")
|
||||
public func kernelMain(_ bootInfo: UnsafeMutablePointer<Bootinfo>) {
|
||||
kprint("Test nya")
|
||||
let a: Int = 10
|
||||
let b = getDenominator()
|
||||
let c = a / b
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user