0126: Can't export a foreign function definition
export function foo<cdecl, 0xC0DE000>() // Error: Can't export a foreign function definition fooPossible solutions:
function foo<cdecl, 0xC0DE000>()function foo<cdecl, 0xC0DE000>()
export function foo_wrapper()
foo()
endLast updated