Files
ValueScript/inputs/passing/dependentModuleConstants.ts
2023-07-07 17:46:29 +10:00

9 lines
92 B
TypeScript

//! test_output(-4)
export default function () {
return y;
}
const x = 3;
const y = ~x;