```ts import "allocator/tlsf"; class C { m(): i32 { return 0; } } export function test(): i32 { return new C().m(); } ``` Expected: No error. Actual: `ERROR AS100: Operation not supported.`